pub struct WindowFingerPrint {
pub device_pixel_ratio: f64,
pub screen_finger_print: ScreenFingerPrint,
pub navigator_finger_print: NavigatorFingerPrint,
pub indexdb_is_some: bool,
pub local_storage_is_some: bool,
}
Fields§
§device_pixel_ratio: f64
§screen_finger_print: ScreenFingerPrint
§indexdb_is_some: bool
§local_storage_is_some: bool
Implementations§
Trait Implementations§
Source§impl Clone for WindowFingerPrint
impl Clone for WindowFingerPrint
Source§fn clone(&self) -> WindowFingerPrint
fn clone(&self) -> WindowFingerPrint
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 WindowFingerPrint
impl Debug for WindowFingerPrint
Source§impl Default for WindowFingerPrint
impl Default for WindowFingerPrint
Source§fn default() -> WindowFingerPrint
fn default() -> WindowFingerPrint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowFingerPrint
impl RefUnwindSafe for WindowFingerPrint
impl Send for WindowFingerPrint
impl Sync for WindowFingerPrint
impl Unpin for WindowFingerPrint
impl UnwindSafe for WindowFingerPrint
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