Struct google_cloudtrace2::BatchWriteSpansRequest[][src]

pub struct BatchWriteSpansRequest {
    pub spans: Option<Vec<Span>>,
}

The request message for the BatchWriteSpans method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A list of new spans. The span names must not match existing spans, or the results are undefined.

Trait Implementations

impl Default for BatchWriteSpansRequest
[src]

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

impl Clone for BatchWriteSpansRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchWriteSpansRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for BatchWriteSpansRequest
[src]

Auto Trait Implementations