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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more