Struct google_jobs3::BucketRange[][src]

pub struct BucketRange {
    pub to: Option<f64>,
    pub from: Option<f64>,
}

Represents starting and ending value of a range in double.

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

Fields

Ending value of the bucket range.

Starting value of the bucket range.

Trait Implementations

impl Default for BucketRange
[src]

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

impl Clone for BucketRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketRange
[src]

Formats the value using the given formatter. Read more

impl Part for BucketRange
[src]

Auto Trait Implementations

impl Send for BucketRange

impl Sync for BucketRange