pub enum Sha3_384Algorithm {}
Expand description
Marker type for SHA3-384.
Trait Implementations§
Source§impl HashAlgorithm for Sha3_384Algorithm
impl HashAlgorithm for Sha3_384Algorithm
Auto Trait Implementations§
impl Freeze for Sha3_384Algorithm
impl RefUnwindSafe for Sha3_384Algorithm
impl Send for Sha3_384Algorithm
impl Sync for Sha3_384Algorithm
impl Unpin for Sha3_384Algorithm
impl UnwindSafe for Sha3_384Algorithm
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