pub enum Hashing {
Sha256,
Blake2b,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hashing
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