Struct ring::aead::OpeningKey
source · [−]pub struct OpeningKey { /* private fields */ }
Expand description
A key for authenticating and decrypting (“opening”) AEAD-protected data.
Implementations
sourceimpl OpeningKey
impl OpeningKey
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpeningKey
impl Send for OpeningKey
impl Sync for OpeningKey
impl Unpin for OpeningKey
impl UnwindSafe for OpeningKey
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