pub struct CryptoKey<'pool> { /* private fields */ }Expand description
Key for encryption/decryption.
Auto Trait Implementations§
impl<'pool> Freeze for CryptoKey<'pool>
impl<'pool> RefUnwindSafe for CryptoKey<'pool>
impl<'pool> !Send for CryptoKey<'pool>
impl<'pool> !Sync for CryptoKey<'pool>
impl<'pool> Unpin for CryptoKey<'pool>
impl<'pool> UnsafeUnpin for CryptoKey<'pool>
impl<'pool> UnwindSafe for CryptoKey<'pool>
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