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