pub struct SealedKey<V: Version> { /* private fields */ }Expand description
An asymmetrically encrypted LocalKey.
- Encrypted using
LocalKey::seal - Decrypted using
SealedKey::unseal
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for SealedKey<V>
impl<V> RefUnwindSafe for SealedKey<V>where
V: RefUnwindSafe,
impl<V> Send for SealedKey<V>
impl<V> Sync for SealedKey<V>
impl<V> Unpin for SealedKey<V>where
V: Unpin,
impl<V> UnwindSafe for SealedKey<V>where
V: UnwindSafe,
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