pub struct UnknownSender;Expand description
A packet indicating the receiver has no session for the sender’s address. Carries no fields beyond its OP code.
Implementations§
Trait Implementations§
Source§impl Clone for UnknownSender
impl Clone for UnknownSender
Source§fn clone(&self) -> UnknownSender
fn clone(&self) -> UnknownSender
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 UnknownSender
Source§impl Debug for UnknownSender
impl Debug for UnknownSender
impl Eq for UnknownSender
Source§impl PartialEq for UnknownSender
impl PartialEq for UnknownSender
Source§fn eq(&self, other: &UnknownSender) -> bool
fn eq(&self, other: &UnknownSender) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnknownSender
Auto Trait Implementations§
impl Freeze for UnknownSender
impl RefUnwindSafe for UnknownSender
impl Send for UnknownSender
impl Sync for UnknownSender
impl Unpin for UnknownSender
impl UnsafeUnpin for UnknownSender
impl UnwindSafe for UnknownSender
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