pub struct Key<C, N>{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<C, N> Freeze for Key<C, N>
impl<C, N> RefUnwindSafe for Key<C, N>where
<C as Config>::Aead: RefUnwindSafe,
<<<C as Config>::MixHash as MixHash>::L as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
N: RefUnwindSafe,
impl<C, N> Send for Key<C, N>
impl<C, N> Sync for Key<C, N>
impl<C, N> Unpin for Key<C, N>
impl<C, N> UnwindSafe for Key<C, N>where
<C as Config>::Aead: UnwindSafe,
<<<C as Config>::MixHash as MixHash>::L as ArrayLength<u8>>::ArrayType: UnwindSafe,
N: UnwindSafe,
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