Struct google_fitness1::DataType[][src]

pub struct DataType {
    pub field: Option<Vec<DataTypeField>>,
    pub name: Option<String>,
}

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

Fields

A field represents one dimension of a data type.

Each data type has a unique, namespaced, name. All data types in the com.google namespace are shared as part of the platform.

Trait Implementations

impl Default for DataType
[src]

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

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataType
[src]

Formats the value using the given formatter. Read more

impl Part for DataType
[src]

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType