Enum tame_gcs::Scopes [−][src]
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,