pub struct UnboundKey { /* private fields */ }Expand description
An AEAD key not yet bound to a direction (mirrors ring::aead::UnboundKey).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnboundKey
impl RefUnwindSafe for UnboundKey
impl Send for UnboundKey
impl Sync for UnboundKey
impl Unpin for UnboundKey
impl UnsafeUnpin 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