Enum tame_gcs::Scopes [−][src]
pub enum Scopes { ReadOnly, ReadWrite, FullControl, CloudPlatformReadOnly, CloudPlatform, }
The oauth scopes that pertain to Google Cloud Storage.
Variants
Only allows access to read data, including listing buckets.
Allows access to read and change data, but not metadata like IAM policies.
Allows full control over data, including the ability to modify IAM policies.
View your data across Google Cloud Platform services.
For Cloud Storage, this is the same as devstorage.read-only
.
View and manage data across all Google Cloud Platform services.
For Cloud Storage, this is the same as devstorage.full-control
.
Trait Implementations
impl AsRef<str> for Scopes
[src][+]
impl Clone for Scopes
[src][+]
impl Copy for Scopes
[src]
impl Debug for Scopes
[src][+]
impl Eq for Scopes
[src]
impl PartialEq<Scopes> for Scopes
[src][+]
impl StructuralEq for Scopes
[src]
impl StructuralPartialEq for Scopes
[src]
Auto Trait Implementations
impl RefUnwindSafe for Scopes
impl Send for Scopes
impl Sync for Scopes
impl Unpin for Scopes
impl UnwindSafe for Scopes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,