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