pub struct BrowserMetadata {
pub version: Option<String>,
pub tabs_count: Option<u32>,
pub is_incognito: bool,
}
Expand description
Browser metadata extracted from the window
Fields§
§version: Option<String>
§tabs_count: Option<u32>
§is_incognito: bool
Auto Trait Implementations§
impl Freeze for BrowserMetadata
impl RefUnwindSafe for BrowserMetadata
impl Send for BrowserMetadata
impl Sync for BrowserMetadata
impl Unpin for BrowserMetadata
impl UnwindSafe for BrowserMetadata
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