pub enum Scope {
AnalyticEdit,
AnalyticManageUser,
AnalyticManageUserReadonly,
AnalyticReadonly,
}
Expand description
Identifies the an OAuth2 authorization scope.
A scope is needed when requesting an
authorization token.
Edit Google Analytics management entities
Manage Google Analytics Account users by email address
View Google Analytics user permissions
See and download your Google Analytics data
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.