pub enum ShaMode {
SHA1,
SHA224,
SHA256,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShaMode
impl RefUnwindSafe for ShaMode
impl Send for ShaMode
impl Sync for ShaMode
impl Unpin for ShaMode
impl UnwindSafe for ShaMode
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