pub struct AuditEventTrailConfig {
pub flat_log: bool,
pub ocel_projection: bool,
}Expand description
Event trail output configuration for FSM-driven audit generation.
Fields§
§flat_log: boolEmit a flat event log.
ocel_projection: boolProject events to OCEL 2.0 format.
Trait Implementations§
Source§impl Clone for AuditEventTrailConfig
impl Clone for AuditEventTrailConfig
Source§fn clone(&self) -> AuditEventTrailConfig
fn clone(&self) -> AuditEventTrailConfig
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 AuditEventTrailConfig
impl Debug for AuditEventTrailConfig
Source§impl Default for AuditEventTrailConfig
impl Default for AuditEventTrailConfig
Source§impl<'de> Deserialize<'de> for AuditEventTrailConfig
impl<'de> Deserialize<'de> for AuditEventTrailConfig
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 AuditEventTrailConfig
impl RefUnwindSafe for AuditEventTrailConfig
impl Send for AuditEventTrailConfig
impl Sync for AuditEventTrailConfig
impl Unpin for AuditEventTrailConfig
impl UnsafeUnpin for AuditEventTrailConfig
impl UnwindSafe for AuditEventTrailConfig
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