Enum opentelemetry_stackdriver::proto::google::devtools::cloudtrace::v2::span::time_event::Value [−][src]
pub enum Value {
Annotation(Annotation),
MessageEvent(MessageEvent),
}Expand description
A TimeEvent can contain either an Annotation object or a
MessageEvent object, but not both.
Variants
Text annotation with a set of attributes.
Tuple Fields of Annotation
0: AnnotationAn event describing a message sent/received between Spans.
Tuple Fields of MessageEvent
0: MessageEventImplementations
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