pub struct sender_chain_key { /* private fields */ }Trait Implementations§
Source§impl Clone for sender_chain_key
impl Clone for sender_chain_key
Source§fn clone(&self) -> sender_chain_key
fn clone(&self) -> sender_chain_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_chain_key
impl Debug for sender_chain_key
impl Copy for sender_chain_key
Auto Trait Implementations§
impl Freeze for sender_chain_key
impl RefUnwindSafe for sender_chain_key
impl Send for sender_chain_key
impl Sync for sender_chain_key
impl Unpin for sender_chain_key
impl UnwindSafe for sender_chain_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