Struct google_monitoring3::Explicit [] [src]

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

A set of buckets with arbitrary widths.Defines size(bounds) + 1 (= N) buckets with these boundaries for bucket i:Upper bound (0 <= i < N-1): boundsi Lower bound (1 <= i < N); boundsi - 1There must be at least one element in bounds. If bounds has only one element, 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 Debug for Explicit
[src]

Formats the value using the given formatter.

impl Clone for Explicit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Explicit
[src]

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

impl Part for Explicit
[src]