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