Enum dfir_toolkit::es4forensics::Type
source · pub enum Type {
Show 17 variants
Access,
Admin,
Allowed,
Change,
Connection,
Creation,
Deletion,
Denied,
End,
Error,
Group,
Indicator,
Info,
Installation,
Protocol,
Start,
User,
}Variants§
Access
Admin
Allowed
Change
Connection
Creation
Deletion
Denied
End
Error
Group
Indicator
Info
Installation
Protocol
Start
User
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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