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