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