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