Struct cw_parser::StructuredLog [−][src]
pub struct StructuredLog {
pub timestamp: Option<String>,
pub guid: Option<String>,
pub level: Option<LogLevel>,
pub data: Value,
}
Fields
timestamp: Option<String>
guid: Option<String>
level: Option<LogLevel>
data: Value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StructuredLog
impl Send for StructuredLog
impl Sync for StructuredLog
impl Unpin for StructuredLog
impl UnwindSafe for StructuredLog
Blanket Implementations
Mutably borrows from an owned value. Read more