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
message_event: Option<MessageEvent>
An event describing a message sent/received between Spans.
annotation: Option<Annotation>
Text annotation with a set of attributes.
time: Option<String>
The timestamp indicating the time the event occurred.
Trait Implementations
impl Default for TimeEvent[src]
impl Default for TimeEventimpl Clone for TimeEvent[src]
impl Clone for TimeEventfn clone(&self) -> TimeEvent[src]
fn clone(&self) -> TimeEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TimeEvent[src]
impl Debug for TimeEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TimeEvent[src]
impl Part for TimeEvent