Enum console_api::field::Value [−][src]
Expand description
The value of the key-value pair.
Variants
DebugVal(String)
Tuple Fields
0: String
A value serialized to a string using fmt::Debug
.
StrVal(String)
Tuple Fields
0: String
A string value.
U64Val(u64)
Tuple Fields
0: u64
An unsigned integer value.
I64Val(i64)
Tuple Fields
0: i64
A signed integer value.
BoolVal(bool)
Tuple Fields
0: bool
A boolean value.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more