Enum google_analytics3::Scope
[−]
[src]
pub enum Scope {
ManageUser,
Provision,
Readonly,
ManageUserReadonly,
Full,
Edit,
}Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.
Variants
ManageUserManage Google Analytics Account users by email address
ProvisionCreate a new Google Analytics account along with its default property and view
ReadonlyView your Google Analytics data
ManageUserReadonlyView Google Analytics user permissions
FullView and manage your Google Analytics data
EditEdit Google Analytics management entities
Trait Implementations
impl PartialEq for Scope[src]
fn eq(&self, __arg_0: &Scope) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for Scope[src]
impl Hash for Scope[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more