Struct google_cloudtrace2::Annotation[][src]

pub struct Annotation {
    pub attributes: Option<Attributes>,
    pub description: Option<TruncatableString>,
}

Text annotation with a set of attributes.

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

Fields

A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

A user-supplied message describing the event. The maximum length for the description is 256 bytes.

Trait Implementations

impl Default for Annotation
[src]

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

impl Clone for Annotation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Annotation
[src]

Formats the value using the given formatter. Read more

impl Part for Annotation
[src]

Auto Trait Implementations

impl Send for Annotation

impl Sync for Annotation