pub struct sender_message_key { /* private fields */ }Trait Implementations§
Source§impl Clone for sender_message_key
impl Clone for sender_message_key
Source§fn clone(&self) -> sender_message_key
fn clone(&self) -> sender_message_key
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sender_message_key
impl Debug for sender_message_key
impl Copy for sender_message_key
Auto Trait Implementations§
impl Freeze for sender_message_key
impl RefUnwindSafe for sender_message_key
impl Send for sender_message_key
impl Sync for sender_message_key
impl Unpin for sender_message_key
impl UnwindSafe for sender_message_key
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