Enum opentelemetry_stackdriver::proto::google::devtools::cloudtrace::v2::attribute_value::Value [−][src]
pub enum Value {
StringValue(TruncatableString),
IntValue(i64),
BoolValue(bool),
}Expand description
The type of the value.
Variants
A string up to 256 bytes long.
Tuple Fields of StringValue
A 64-bit signed integer.
Tuple Fields of IntValue
0: i64A Boolean value represented by true or false.
Tuple Fields of BoolValue
0: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request