Enum opentelemetry::Value [−][src]
Expand description
Value types for use in KeyValue
pairs.
Variants
bool values
Tuple Fields of Bool
0: bool
i64 values
Tuple Fields of I64
0: i64
f64 values
Tuple Fields of F64
0: f64
String values
Array of homogeneous values
Tuple Fields of Array
0: Array
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more