Enum muse_channel::TrySendError
source · pub enum TrySendError {
Disconnected(RootedValue),
Full(RootedValue),
}Expand description
Errors returned from ValueSender::try_send.
Variants§
Disconnected(RootedValue)
All associated ValueReceivers have been dropped.
Full(RootedValue)
The value cannot be pushed due to the channel being full.
Trait Implementations§
source§impl Clone for TrySendError
impl Clone for TrySendError
source§fn clone(&self) -> TrySendError
fn clone(&self) -> TrySendError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TrySendError
impl Debug for TrySendError
source§impl PartialEq for TrySendError
impl PartialEq for TrySendError
impl StructuralPartialEq for TrySendError
Auto Trait Implementations§
impl Freeze for TrySendError
impl RefUnwindSafe for TrySendError
impl Send for TrySendError
impl Sync for TrySendError
impl Unpin for TrySendError
impl UnwindSafe for TrySendError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<A> Cast for A
impl<A> Cast for A
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)