pub struct Prk { /* private fields */ }Expand description
A pseudo-random key, an intermediate value in the HKDF computation.
Implementations§
Auto Trait Implementations§
impl Freeze for Prk
impl RefUnwindSafe for Prk
impl !Send for Prk
impl !Sync for Prk
impl Unpin for Prk
impl UnsafeUnpin for Prk
impl UnwindSafe for Prk
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