pub struct AeadKey {
pub data: Vec<u8>,
}Expand description
AEAD key
Fields§
§data: Vec<u8>Implementations§
Trait Implementations§
impl ZeroizeOnDrop for AeadKey
Available on crate feature
alloc only.Auto Trait Implementations§
impl Freeze for AeadKey
impl RefUnwindSafe for AeadKey
impl Send for AeadKey
impl Sync for AeadKey
impl Unpin for AeadKey
impl UnsafeUnpin 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