pub enum SendToChannelRejection {
NoSuchLink,
LinkNotActive,
}Variants§
Trait Implementations§
Source§impl Clone for SendToChannelRejection
impl Clone for SendToChannelRejection
Source§fn clone(&self) -> SendToChannelRejection
fn clone(&self) -> SendToChannelRejection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SendToChannelRejection
Source§impl Debug for SendToChannelRejection
impl Debug for SendToChannelRejection
impl Eq for SendToChannelRejection
Source§impl PartialEq for SendToChannelRejection
impl PartialEq for SendToChannelRejection
impl StructuralPartialEq for SendToChannelRejection
Auto Trait Implementations§
impl Freeze for SendToChannelRejection
impl RefUnwindSafe for SendToChannelRejection
impl Send for SendToChannelRejection
impl Sync for SendToChannelRejection
impl Unpin for SendToChannelRejection
impl UnsafeUnpin for SendToChannelRejection
impl UnwindSafe for SendToChannelRejection
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