pub struct KeyEncryptionKey { /* private fields */ }Expand description
Key Encryption Key (KEK) for wrapping/unwrapping
Implementations§
Trait Implementations§
Source§impl Drop for KeyEncryptionKey
impl Drop for KeyEncryptionKey
Auto Trait Implementations§
impl Freeze for KeyEncryptionKey
impl RefUnwindSafe for KeyEncryptionKey
impl Send for KeyEncryptionKey
impl Sync for KeyEncryptionKey
impl Unpin for KeyEncryptionKey
impl UnwindSafe for KeyEncryptionKey
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