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