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