pub enum Sha224Algorithm {}
Expand description
Marker type for SHA-224 algorithm
Trait Implementations§
Source§impl HashAlgorithm for Sha224Algorithm
impl HashAlgorithm for Sha224Algorithm
Auto Trait Implementations§
impl Freeze for Sha224Algorithm
impl RefUnwindSafe for Sha224Algorithm
impl Send for Sha224Algorithm
impl Sync for Sha224Algorithm
impl Unpin for Sha224Algorithm
impl UnwindSafe for Sha224Algorithm
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