Enum google_cloudprofiler2::Scope [−][src]
pub enum Scope {
MonitoringWrite,
CloudPlatform,
Monitoring,
}Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.
Variants
MonitoringWritePublish metric data to your Google Cloud projects
CloudPlatformView and manage your data across Google Cloud Platform services
MonitoringView and write monitoring data for all of your Google and third-party Cloud and API projects
Trait Implementations
impl PartialEq for Scope[src]
impl PartialEq for Scopefn eq(&self, other: &Scope) -> bool[src]
fn eq(&self, other: &Scope) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Scope[src]
impl Eq for Scopeimpl Hash for Scope[src]
impl Hash for Scopefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &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[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl AsRef<str> for Scope[src]
impl AsRef<str> for Scopeimpl Default for Scope[src]
impl Default for Scope