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