Enum google_fitness1::Scope[][src]

pub enum Scope {
    BodyRead,
    ReproductiveHealthWrite,
    BloodPressureRead,
    NutritionWrite,
    BloodGlucoseWrite,
    OxygenSaturationWrite,
    LocationWrite,
    ReproductiveHealthRead,
    BodyTemperatureWrite,
    BodyWrite,
    ActivityRead,
    LocationRead,
    BloodPressureWrite,
    BodyTemperatureRead,
    ActivityWrite,
    NutritionRead,
    BloodGlucoseRead,
    OxygenSaturationRead,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

View body sensor information in Google Fit

View and store reproductive health data in Google Fit

View blood pressure data in Google Fit

View and store nutrition information in Google Fit

View and store blood glucose data in Google Fit

View and store oxygen saturation data in Google Fit

View and store your location data in Google Fit

View reproductive health data in Google Fit

View and store body temperature data in Google Fit

View and store body sensor data in Google Fit

View your activity information in Google Fit

View your stored location data in Google Fit

View and store blood pressure data in Google Fit

View body temperature data in Google Fit

View and store your activity information in Google Fit

View nutrition information in Google Fit

View blood glucose data in Google Fit

View oxygen saturation data in Google Fit

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

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

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope