Struct google_fitness1::BucketByTimePeriod[][src]

pub struct BucketByTimePeriod {
    pub time_zone_id: Option<String>,
    pub type_: Option<String>,
    pub value: Option<i32>,
}

There is no detailed description.

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

Fields

org.joda.timezone.DateTimeZone

no description provided

no description provided

Trait Implementations

impl Default for BucketByTimePeriod
[src]

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

impl Clone for BucketByTimePeriod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketByTimePeriod
[src]

Formats the value using the given formatter. Read more

impl Part for BucketByTimePeriod
[src]

Auto Trait Implementations