pub enum SendToChannelWriteError {
LinkVanished,
Untrackable,
WindowFull,
Frame(LinkDataError),
}Variants§
Trait Implementations§
Source§impl Clone for SendToChannelWriteError
impl Clone for SendToChannelWriteError
Source§fn clone(&self) -> SendToChannelWriteError
fn clone(&self) -> SendToChannelWriteError
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 SendToChannelWriteError
Source§impl Debug for SendToChannelWriteError
impl Debug for SendToChannelWriteError
impl Eq for SendToChannelWriteError
Source§impl PartialEq for SendToChannelWriteError
impl PartialEq for SendToChannelWriteError
impl StructuralPartialEq for SendToChannelWriteError
Auto Trait Implementations§
impl Freeze for SendToChannelWriteError
impl RefUnwindSafe for SendToChannelWriteError
impl Send for SendToChannelWriteError
impl Sync for SendToChannelWriteError
impl Unpin for SendToChannelWriteError
impl UnsafeUnpin for SendToChannelWriteError
impl UnwindSafe for SendToChannelWriteError
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