pub struct Ikm { /* private fields */ }Expand description
Input keying material: consumable only by prepare, never
readable. Usage grants are fixed at import and copied to every
input prepared from it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Ikm
impl RefUnwindSafe for Ikm
impl Send for Ikm
impl Sync for Ikm
impl Unpin for Ikm
impl UnsafeUnpin for Ikm
impl UnwindSafe for Ikm
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