Enum google_dfareporting2d2::Scope [] [src]

pub enum Scope {
    Dfatrafficking,
    Full,
}

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

Variants

View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns

View and manage DoubleClick for Advertisers reports

Trait Implementations

impl PartialEq for Scope
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

[src]

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

1.3.0
[src]

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

impl AsRef<str> for Scope
[src]

[src]

Performs the conversion.

impl Default for Scope
[src]

[src]

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