Struct google_monitoring3::Explicit[][src]

pub struct Explicit {
    pub bounds: Option<Vec<f64>>,
}

Specifies a set of buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): boundsi Lower bound (1 <= i < N); boundsi - 1The bounds field must contain at least one element. If bounds has only one element, then there are no finite buckets, and that single element is the common boundary of the overflow and underflow buckets.

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

Fields

The values must be monotonically increasing.

Trait Implementations

impl Default for Explicit
[src]

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

impl Clone for Explicit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Explicit
[src]

Formats the value using the given formatter. Read more

impl Part for Explicit
[src]

Auto Trait Implementations

impl Send for Explicit

impl Sync for Explicit