[][src]Struct opentelemetry_stackdriver::proto::google::devtools::cloudtrace::v2::span::TimeEvent

pub struct TimeEvent {
    pub time: Option<Timestamp>,
    pub value: Option<Value>,
}

A time-stamped annotation or message event in the Span.

Fields

time: Option<Timestamp>

The timestamp indicating the time the event occurred.

value: Option<Value>

A TimeEvent can contain either an Annotation object or a MessageEvent object, but not both.

Trait Implementations

impl Clone for TimeEvent[src]

impl Debug for TimeEvent[src]

impl Default for TimeEvent[src]

impl Message for TimeEvent[src]

impl PartialEq<TimeEvent> for TimeEvent[src]

impl StructuralPartialEq for TimeEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for TimeEvent

impl Send for TimeEvent

impl Sync for TimeEvent

impl Unpin for TimeEvent

impl UnwindSafe for TimeEvent

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> FutureExt for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]