Enum deadbolt_parser::algorithms::HashAlg
source · pub enum HashAlg {
Sha256,
}Variants§
Sha256
Implementations§
Trait Implementations§
source§impl PartialEq<HashAlg> for HashAlg
impl PartialEq<HashAlg> for HashAlg
impl StructuralPartialEq for HashAlg
Auto Trait Implementations§
impl RefUnwindSafe for HashAlg
impl Send for HashAlg
impl Sync for HashAlg
impl Unpin for HashAlg
impl UnwindSafe for HashAlg
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