Struct dfir_toolkit::es4forensics::Event
source · pub struct Event<'a> { /* private fields */ }Implementations§
source§impl<'a> Event<'a>
impl<'a> Event<'a>
pub fn with_kind(self, ts: Kind) -> Self
pub fn with_category(self, ts: Category) -> Self
pub fn with_type(self, ts: Type) -> Self
pub fn with_outcome(self, ts: Outcome) -> Self
pub fn with_code(self, ts: u64) -> Self
pub fn with_sequence(self, ts: String) -> Self
pub fn with_module(self, ts: String) -> Self
pub fn with_provider(self, ts: String) -> Self
pub fn with_severity(self, ts: u8) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Event<'a>
impl<'a> Send for Event<'a>
impl<'a> Sync for Event<'a>
impl<'a> Unpin for Event<'a>
impl<'a> UnwindSafe for Event<'a>
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