Enum cerbero_lib::CrackFormat
source · 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
source§fn eq(&self, other: &CrackFormat) -> bool
fn eq(&self, other: &CrackFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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