Struct google_cloudtrace2::Links[][src]

pub struct Links {
    pub dropped_links_count: Option<i32>,
    pub link: Option<Vec<Link>>,
}

A collection of links, which are references from this span to a span in the same or different trace.

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

Fields

The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.

A collection of links.

Trait Implementations

impl Default for Links
[src]

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

impl Clone for Links
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Links
[src]

Formats the value using the given formatter. Read more

impl Part for Links
[src]

Auto Trait Implementations

impl Send for Links

impl Sync for Links