Enum dfir_toolkit::es4forensics::Category
source · pub enum Category {
Show 17 variants
Authentication,
Configuration,
Database,
Driver,
Email,
File,
Host,
Iam,
IntrusionDetection,
Malware,
Network,
Package,
Process,
Registry,
Session,
Threat,
Web,
}Variants§
Authentication
Configuration
Database
Driver
File
Host
Iam
IntrusionDetection
Malware
Network
Package
Process
Registry
Session
Threat
Web
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnwindSafe for Category
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