Struct google_fitness1::MapValue[][src]

pub struct MapValue {
    pub fp_val: Option<f64>,
}

Holder object for the value of an entry in a map field of a data point.

A map value supports a subset of the formats that the regular Value supports.

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

Fields

Floating point value.

Trait Implementations

impl Default for MapValue
[src]

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

impl Clone for MapValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MapValue
[src]

Formats the value using the given formatter. Read more

impl Part for MapValue
[src]

Auto Trait Implementations

impl Send for MapValue

impl Sync for MapValue