Enum diem_logger::Value [−][src]
Expand description
The value part of a logging key value pair e.g. info!(key = value)
Variants
Debug(&'v dyn Debug)Tuple Fields of Debug
0: &'v dyn DebugDisplay(&'v dyn Display)Tuple Fields of Display
0: &'v dyn DisplaySerde(&'v dyn Serialize)Tuple Fields of Serde
0: &'v dyn SerializeImplementations
Get a value from a debuggable type.
Get a value from a debuggable type.
Get a value from a displayable type.
Trait Implementations
Auto Trait Implementations
impl<'v> !RefUnwindSafe for Value<'v>
impl<'v> !UnwindSafe for Value<'v>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more