pub enum TrackLinkError {
TableFull,
AlreadyTracked,
}Variants§
Trait Implementations§
Source§impl Clone for TrackLinkError
impl Clone for TrackLinkError
Source§fn clone(&self) -> TrackLinkError
fn clone(&self) -> TrackLinkError
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 TrackLinkError
Source§impl Debug for TrackLinkError
impl Debug for TrackLinkError
impl Eq for TrackLinkError
Source§impl From<TrackLinkError> for WriteEstablishLinkRejection
impl From<TrackLinkError> for WriteEstablishLinkRejection
Source§fn from(error: TrackLinkError) -> WriteEstablishLinkRejection
fn from(error: TrackLinkError) -> WriteEstablishLinkRejection
Converts to this type from the input type.
Source§impl From<TrackLinkError> for WriteLinkProofError
impl From<TrackLinkError> for WriteLinkProofError
Source§fn from(error: TrackLinkError) -> WriteLinkProofError
fn from(error: TrackLinkError) -> WriteLinkProofError
Converts to this type from the input type.
Source§impl PartialEq for TrackLinkError
impl PartialEq for TrackLinkError
impl StructuralPartialEq for TrackLinkError
Auto Trait Implementations§
impl Freeze for TrackLinkError
impl RefUnwindSafe for TrackLinkError
impl Send for TrackLinkError
impl Sync for TrackLinkError
impl Unpin for TrackLinkError
impl UnsafeUnpin for TrackLinkError
impl UnwindSafe for TrackLinkError
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