pub struct FipsHash;Expand description
FIPS-approved hash functions
Implementations§
Auto Trait Implementations§
impl Freeze for FipsHash
impl RefUnwindSafe for FipsHash
impl Send for FipsHash
impl Sync for FipsHash
impl Unpin for FipsHash
impl UnsafeUnpin for FipsHash
impl UnwindSafe for FipsHash
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