pub struct AeadKey {
pub data: Vec<u8>,
}
Expand description
AEAD key with automatic memory zeroization
Fields§
§data: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for AeadKey
Auto Trait Implementations§
impl Freeze for AeadKey
impl RefUnwindSafe for AeadKey
impl Send for AeadKey
impl Sync for AeadKey
impl Unpin for AeadKey
impl UnwindSafe for AeadKey
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