pub struct Sha3_384;Expand description
The SHA3-384 Hash Function Marker Type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha3_384
impl RefUnwindSafe for Sha3_384
impl Send for Sha3_384
impl Sync for Sha3_384
impl Unpin for Sha3_384
impl UnwindSafe for Sha3_384
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