Struct google_logging2::Explicit [−][src]
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
bounds: Option<Vec<f64>>
The values must be monotonically increasing.
Trait Implementations
impl Default for Explicit[src]
impl Default for Explicitimpl Clone for Explicit[src]
impl Clone for Explicitfn clone(&self) -> Explicit[src]
fn clone(&self) -> ExplicitReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Explicit[src]
impl Debug for Explicitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Explicit[src]
impl Part for Explicit