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