pub enum Scope {
Admin,
CloudPlatform,
CloudPlatformReadOnly,
}
Expand description
Identifies the an OAuth2 authorization scope.
A scope is needed when requesting an
authorization token.
View and manage your applications deployed on Google App Engine
See, edit, configure, and delete your Google Cloud Platform data
View your data across Google Cloud Platform services
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the current Span, returning an
Instrumented wrapper. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.