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