Struct diem_logger::KeyValue [−][src]
pub struct KeyValue<'v> { /* fields omitted */ }Expand description
The logging key value pair e.g. info!(key = value)
Implementations
Trait Implementations
Auto Trait Implementations
impl<'v> !RefUnwindSafe for KeyValue<'v>
impl<'v> !UnwindSafe for KeyValue<'v>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more