Enum fluent_hash::Hashing
source · pub enum Hashing {
Sha1,
Sha256,
Sha384,
Sha512,
Sha512_256,
}Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Hashing
impl Send for Hashing
impl Sync for Hashing
impl Unpin for Hashing
impl UnwindSafe for Hashing
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