pub enum Blake2sAlgorithm {}
Expand description
Define Blake2s algorithm marker type
Trait Implementations§
Source§impl HashAlgorithm for Blake2sAlgorithm
Implement HashAlgorithm for Blake2s
impl HashAlgorithm for Blake2sAlgorithm
Implement HashAlgorithm for Blake2s
Auto Trait Implementations§
impl Freeze for Blake2sAlgorithm
impl RefUnwindSafe for Blake2sAlgorithm
impl Send for Blake2sAlgorithm
impl Sync for Blake2sAlgorithm
impl Unpin for Blake2sAlgorithm
impl UnwindSafe for Blake2sAlgorithm
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