Enum gcs_example::storage_v1_types::StorageScopes[][src]

pub enum StorageScopes {
    CloudPlatform,
    CloudPlatformReadOnly,
    DevstorageFullControl,
    DevstorageReadOnly,
    DevstorageReadWrite,
}

Scopes of this API. Convertible to their string representation with AsRef.

Variants

CloudPlatform

View and manage your data across Google Cloud Platform services

URL: https://www.googleapis.com/auth/cloud-platform

CloudPlatformReadOnly

View your data across Google Cloud Platform services

URL: https://www.googleapis.com/auth/cloud-platform.read-only

DevstorageFullControl

Manage your data and permissions in Google Cloud Storage

URL: https://www.googleapis.com/auth/devstorage.full_control

DevstorageReadOnly

View your data in Google Cloud Storage

URL: https://www.googleapis.com/auth/devstorage.read_only

DevstorageReadWrite

Manage your data in Google Cloud Storage

URL: https://www.googleapis.com/auth/devstorage.read_write

Trait Implementations

impl AsRef<str> for StorageScopes[src]

impl Clone for StorageScopes[src]

impl Copy for StorageScopes[src]

impl Debug for StorageScopes[src]

Auto Trait Implementations

impl RefUnwindSafe for StorageScopes

impl Send for StorageScopes

impl Sync for StorageScopes

impl Unpin for StorageScopes

impl UnwindSafe for StorageScopes

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

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.