Struct google_cloudlatencytest2::Stats [] [src]

pub struct Stats {
    pub string_values: Option<Vec<StringValue>>,
    pub int_values: Option<Vec<IntValue>>,
    pub double_values: Option<Vec<DoubleValue>>,
    pub time: Option<f64>,
}

There is no detailed description.

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

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for Stats
[src]

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

impl Clone for Stats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stats
[src]

Formats the value using the given formatter.

impl RequestValue for Stats
[src]