pub struct FingerPrint {
pub window_finger_print: Option<WindowFingerPrint>,
pub audio_finger_print: Option<AudioFingerPrint>,
pub canvas_finger_print: Option<CanvasFingerPrint>,
pub webgl_finger_print: Option<WebGLFingerPrint>,
}
Fields§
§window_finger_print: Option<WindowFingerPrint>
§audio_finger_print: Option<AudioFingerPrint>
§canvas_finger_print: Option<CanvasFingerPrint>
§webgl_finger_print: Option<WebGLFingerPrint>
Implementations§
Trait Implementations§
Source§impl Clone for FingerPrint
impl Clone for FingerPrint
Source§fn clone(&self) -> FingerPrint
fn clone(&self) -> FingerPrint
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 moreAuto Trait Implementations§
impl Freeze for FingerPrint
impl RefUnwindSafe for FingerPrint
impl Send for FingerPrint
impl Sync for FingerPrint
impl Unpin for FingerPrint
impl UnwindSafe for FingerPrint
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