pub struct System {Show 13 fields
pub provider: Provider,
pub event_id: EventId,
pub version: Version,
pub level: Level,
pub task: Task,
pub opcode: Opcode,
pub keywords: Keywords,
pub time_created: TimeCreated,
pub event_record_id: EventRecordId,
pub execution: Execution,
pub channel: Channel,
pub computer: Computer,
pub security: Security,
}
Fields§
§provider: Provider
event_id: EventId
version: Version
level: Level
task: Task
opcode: Opcode
keywords: Keywords
time_created: TimeCreated
event_record_id: EventRecordId
execution: Execution
channel: Channel
computer: Computer
security: Security
Trait Implementations§
Source§impl<'de> Deserialize<'de> for System
impl<'de> Deserialize<'de> for System
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnwindSafe for System
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