pub enum WebBrowsingArtifact {
Show 15 variants
BrowserHistory,
BrowserStorage,
BrowserCache,
Cookie,
Extension,
ExtensionActivity,
FileSystem,
LocalStorage,
Preferences,
SessionStorage,
Download,
AutoFill,
RSSFeed,
Other(String),
Unknown,
}Variants§
BrowserHistory
BrowserStorage
BrowserCache
Cookie
Extension
ExtensionActivity
FileSystem
LocalStorage
Preferences
SessionStorage
Download
AutoFill
RSSFeed
Other(String)
Unknown
Trait Implementations§
Source§impl Clone for WebBrowsingArtifact
impl Clone for WebBrowsingArtifact
Source§fn clone(&self) -> WebBrowsingArtifact
fn clone(&self) -> WebBrowsingArtifact
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 WebBrowsingArtifact
impl Debug for WebBrowsingArtifact
Source§impl Default for WebBrowsingArtifact
impl Default for WebBrowsingArtifact
Source§fn default() -> WebBrowsingArtifact
fn default() -> WebBrowsingArtifact
Returns the “default value” for a type. Read more
Source§impl Display for WebBrowsingArtifact
impl Display for WebBrowsingArtifact
Source§impl Ord for WebBrowsingArtifact
impl Ord for WebBrowsingArtifact
Source§fn cmp(&self, other: &WebBrowsingArtifact) -> Ordering
fn cmp(&self, other: &WebBrowsingArtifact) -> 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 WebBrowsingArtifact
impl PartialEq for WebBrowsingArtifact
Source§impl PartialOrd for WebBrowsingArtifact
impl PartialOrd for WebBrowsingArtifact
impl Eq for WebBrowsingArtifact
impl StructuralPartialEq for WebBrowsingArtifact
Auto Trait Implementations§
impl Freeze for WebBrowsingArtifact
impl RefUnwindSafe for WebBrowsingArtifact
impl Send for WebBrowsingArtifact
impl Sync for WebBrowsingArtifact
impl Unpin for WebBrowsingArtifact
impl UnwindSafe for WebBrowsingArtifact
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