Struct google_cloudtrace2::TimeEvent[][src]

pub struct TimeEvent {
    pub message_event: Option<MessageEvent>,
    pub annotation: Option<Annotation>,
    pub time: Option<String>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

An event describing a message sent/received between Spans.

Text annotation with a set of attributes.

The timestamp indicating the time the event occurred.

Trait Implementations

impl Default for TimeEvent
[src]

Returns the "default value" for a type. Read more

impl Clone for TimeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeEvent
[src]

Formats the value using the given formatter. Read more

impl Part for TimeEvent
[src]

Auto Trait Implementations

impl Send for TimeEvent

impl Sync for TimeEvent