pub enum CrackFormat {
Hashcat,
John,
}
Expand description
Available output formats for crackable hashes
Variants§
Trait Implementations§
Source§impl Clone for CrackFormat
impl Clone for CrackFormat
Source§fn clone(&self) -> CrackFormat
fn clone(&self) -> CrackFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CrackFormat
impl Debug for CrackFormat
Source§impl PartialEq for CrackFormat
impl PartialEq for CrackFormat
impl Copy for CrackFormat
impl StructuralPartialEq for CrackFormat
Auto Trait Implementations§
impl Freeze for CrackFormat
impl RefUnwindSafe for CrackFormat
impl Send for CrackFormat
impl Sync for CrackFormat
impl Unpin for CrackFormat
impl UnwindSafe for CrackFormat
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