Struct ring::aead::UnboundKey
source · pub struct UnboundKey { /* private fields */ }
Expand description
An AEAD key without a designated role or nonce sequence.
Implementations§
Trait Implementations§
source§impl Debug for UnboundKey
impl Debug for UnboundKey
Auto Trait Implementations§
impl RefUnwindSafe for UnboundKey
impl Send for UnboundKey
impl Sync for UnboundKey
impl Unpin for UnboundKey
impl UnwindSafe for UnboundKey
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