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