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