pub struct TlsFingerprint {
pub ja3_hash: String,
pub ja4: Option<String>,
}Expand description
TLS-related fingerprint surface.
Fields§
§ja3_hash: StringJA3 hash for the observed TLS handshake.
ja4: Option<String>Optional JA4 fingerprint.
Trait Implementations§
Source§impl Clone for TlsFingerprint
impl Clone for TlsFingerprint
Source§fn clone(&self) -> TlsFingerprint
fn clone(&self) -> TlsFingerprint
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 TlsFingerprint
impl Debug for TlsFingerprint
Source§impl<'de> Deserialize<'de> for TlsFingerprint
impl<'de> Deserialize<'de> for TlsFingerprint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TlsFingerprint
impl PartialEq for TlsFingerprint
Source§impl Serialize for TlsFingerprint
impl Serialize for TlsFingerprint
impl Eq for TlsFingerprint
impl StructuralPartialEq for TlsFingerprint
Auto Trait Implementations§
impl Freeze for TlsFingerprint
impl RefUnwindSafe for TlsFingerprint
impl Send for TlsFingerprint
impl Sync for TlsFingerprint
impl Unpin for TlsFingerprint
impl UnsafeUnpin for TlsFingerprint
impl UnwindSafe for TlsFingerprint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more