pub struct CryptoKey { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoKey
impl RefUnwindSafe for CryptoKey
impl Send for CryptoKey
impl Sync for CryptoKey
impl Unpin for CryptoKey
impl UnwindSafe for CryptoKey
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