pub enum HashKind {
NONE,
SASHA,
MD5,
SHA1,
SHA256,
SHA512,
BLAKE2B,
BLAKE2S,
BLAKE3,
RIPEMD160,
WHIRLPOOL,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for HashKind
impl Ord for HashKind
Source§impl PartialOrd for HashKind
impl PartialOrd for HashKind
impl Eq for HashKind
impl StructuralPartialEq for HashKind
Auto Trait Implementations§
impl Freeze for HashKind
impl RefUnwindSafe for HashKind
impl Send for HashKind
impl Sync for HashKind
impl Unpin for HashKind
impl UnwindSafe for HashKind
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