pub struct AeadKey { /* private fields */ }
Expand description
A key for an AEAD algorithm.
This is a value type for a byte string up to AeadKey::MAX_LEN
bytes in length.
Trait Implementations§
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