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