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