#[repr(i64)]pub enum FingerprintType {
Show 13 variants
JA3 = 0,
JA3S = 1,
JA4 = 2,
JA4S = 3,
JA4H = 4,
JA4L = 5,
JA4X = 6,
JA4SSH = 7,
JA4T = 8,
JA4TS = 9,
JA4TSCAN = 10,
JA4D = 11,
JA4D6 = 12,
}Variants§
JA3 = 0
JA3S = 1
JA4 = 2
JA4S = 3
JA4H = 4
JA4L = 5
JA4X = 6
JA4SSH = 7
JA4T = 8
JA4TS = 9
JA4TSCAN = 10
JA4D = 11
JA4D6 = 12
Implementations§
Trait Implementations§
Source§impl Clone for FingerprintType
impl Clone for FingerprintType
Source§fn clone(&self) -> FingerprintType
fn clone(&self) -> FingerprintType
Returns a duplicate 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 FingerprintType
impl Debug for FingerprintType
Source§impl Display for FingerprintType
impl Display for FingerprintType
Source§impl Hash for FingerprintType
impl Hash for FingerprintType
Source§impl Ord for FingerprintType
impl Ord for FingerprintType
Source§fn cmp(&self, other: &FingerprintType) -> Ordering
fn cmp(&self, other: &FingerprintType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FingerprintType
impl PartialEq for FingerprintType
Source§impl PartialOrd for FingerprintType
impl PartialOrd for FingerprintType
impl Copy for FingerprintType
impl Eq for FingerprintType
impl StructuralPartialEq for FingerprintType
Auto Trait Implementations§
impl Freeze for FingerprintType
impl RefUnwindSafe for FingerprintType
impl Send for FingerprintType
impl Sync for FingerprintType
impl Unpin for FingerprintType
impl UnwindSafe for FingerprintType
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