Enum console_api::field::Value [−][src]
Expand description
The value of the key-value pair.
Variants
DebugVal(String)
Tuple Fields
0: StringA value serialized to a string using fmt::Debug.
StrVal(String)
Tuple Fields
0: StringA string value.
U64Val(u64)
Tuple Fields
0: u64An unsigned integer value.
I64Val(i64)
Tuple Fields
0: i64A signed integer value.
BoolVal(bool)
Tuple Fields
0: boolA 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
