Enum google_analytics3::Scope[][src]

pub enum Scope {
    ManageUser,
    Provision,
    Readonly,
    ManageUserReadonly,
    Full,
    Edit,
    UserDeletion,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

Manage Google Analytics Account users by email address

Create a new Google Analytics account along with its default property and view

View your Google Analytics data

View Google Analytics user permissions

View and manage your Google Analytics data

Edit Google Analytics management entities

Manage Google Analytics user deletion requests

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope