[][src]Enum google_fitness1::Scope

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

BodyRead

View body sensor information in Google Fit

ReproductiveHealthWrite

View and store reproductive health data in Google Fit

BloodPressureRead

View blood pressure data in Google Fit

NutritionWrite

View and store nutrition information in Google Fit

BloodGlucoseWrite

View and store blood glucose data in Google Fit

OxygenSaturationWrite

View and store oxygen saturation data in Google Fit

LocationWrite

View and store your location data in Google Fit

ReproductiveHealthRead

View reproductive health data in Google Fit

BodyTemperatureWrite

View and store body temperature data in Google Fit

BodyWrite

View and store body sensor data in Google Fit

ActivityRead

View your activity information in Google Fit

LocationRead

View your stored location data in Google Fit

BloodPressureWrite

View and store blood pressure data in Google Fit

BodyTemperatureRead

View body temperature data in Google Fit

ActivityWrite

View and store your activity information in Google Fit

NutritionRead

View nutrition information in Google Fit

BloodGlucoseRead

View blood glucose data in Google Fit

OxygenSaturationRead

View oxygen saturation data in Google Fit

Trait Implementations

impl AsRef<str> for Scope[src]

impl Default for Scope[src]

impl Eq for Scope[src]

impl PartialEq<Scope> for Scope[src]

impl Hash for Scope[src]

impl StructuralPartialEq for Scope[src]

impl StructuralEq for Scope[src]

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope

impl Unpin for Scope

impl UnwindSafe for Scope

impl RefUnwindSafe for Scope

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any