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