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