pub struct SyncKey { /* private fields */ }Expand description
A Key that allows to encrypt and decrypt messages.
Without having to borrow mutably.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SyncKey
impl RefUnwindSafe for SyncKey
impl Send for SyncKey
impl Sync for SyncKey
impl Unpin for SyncKey
impl UnwindSafe for SyncKey
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