pub enum SendSinglePacketWriteError {
RouteVanished,
Seal(EncryptError),
Serialize,
}Variants§
Trait Implementations§
Source§impl Clone for SendSinglePacketWriteError
impl Clone for SendSinglePacketWriteError
Source§fn clone(&self) -> SendSinglePacketWriteError
fn clone(&self) -> SendSinglePacketWriteError
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 SendSinglePacketWriteError
Source§impl Debug for SendSinglePacketWriteError
impl Debug for SendSinglePacketWriteError
impl Eq for SendSinglePacketWriteError
Source§impl From<SendSinglePacketWriteRejection> for SendSinglePacketWriteError
impl From<SendSinglePacketWriteRejection> for SendSinglePacketWriteError
Source§fn from(rejection: SendSinglePacketWriteRejection) -> SendSinglePacketWriteError
fn from(rejection: SendSinglePacketWriteRejection) -> SendSinglePacketWriteError
Converts to this type from the input type.
impl StructuralPartialEq for SendSinglePacketWriteError
Auto Trait Implementations§
impl Freeze for SendSinglePacketWriteError
impl RefUnwindSafe for SendSinglePacketWriteError
impl Send for SendSinglePacketWriteError
impl Sync for SendSinglePacketWriteError
impl Unpin for SendSinglePacketWriteError
impl UnsafeUnpin for SendSinglePacketWriteError
impl UnwindSafe for SendSinglePacketWriteError
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