Struct ring::aead::UnboundKey
source · [−]pub struct UnboundKey { /* private fields */ }
Expand description
An AEAD key without a designated role or nonce sequence.
Implementations
sourceimpl UnboundKey
impl UnboundKey
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more