pub enum WindowsArtifacts {
Show 13 variants
Registry(RegistryArtifacts),
MFT,
WinEvt(WindowsEvents),
Other(String),
Prefetch,
UAL,
Clipboard,
ScheduledTasks,
GPO,
SRU,
Startup,
RecycleBin,
Unknown,
}Variants§
Registry(RegistryArtifacts)
MFT
WinEvt(WindowsEvents)
Other(String)
Prefetch
UAL
Clipboard
ScheduledTasks
GPO
SRU
Startup
RecycleBin
Unknown
Trait Implementations§
Source§impl Clone for WindowsArtifacts
impl Clone for WindowsArtifacts
Source§fn clone(&self) -> WindowsArtifacts
fn clone(&self) -> WindowsArtifacts
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 WindowsArtifacts
impl Debug for WindowsArtifacts
Source§impl Default for WindowsArtifacts
impl Default for WindowsArtifacts
Source§fn default() -> WindowsArtifacts
fn default() -> WindowsArtifacts
Returns the “default value” for a type. Read more
Source§impl Display for WindowsArtifacts
impl Display for WindowsArtifacts
Source§impl Into<Artifact> for WindowsArtifacts
impl Into<Artifact> for WindowsArtifacts
Source§impl Into<WindowsArtifacts> for String
impl Into<WindowsArtifacts> for String
Source§fn into(self) -> WindowsArtifacts
fn into(self) -> WindowsArtifacts
Converts this type into the (usually inferred) input type.
Source§impl Ord for WindowsArtifacts
impl Ord for WindowsArtifacts
Source§fn cmp(&self, other: &WindowsArtifacts) -> Ordering
fn cmp(&self, other: &WindowsArtifacts) -> 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 WindowsArtifacts
impl PartialEq for WindowsArtifacts
Source§impl PartialOrd for WindowsArtifacts
impl PartialOrd for WindowsArtifacts
Source§impl Serialize for WindowsArtifacts
impl Serialize for WindowsArtifacts
impl Eq for WindowsArtifacts
impl StructuralPartialEq for WindowsArtifacts
Auto Trait Implementations§
impl Freeze for WindowsArtifacts
impl RefUnwindSafe for WindowsArtifacts
impl Send for WindowsArtifacts
impl Sync for WindowsArtifacts
impl Unpin for WindowsArtifacts
impl UnwindSafe for WindowsArtifacts
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