pub enum CloudDeploymentManagerV2APIv2 {
AuthCloudPlatform,
AuthCloudPlatformReadOnly,
AuthNdevCloudman,
AuthNdevCloudmanReadOnly,
}Expand description
Cloud Deployment Manager V2 API, v2
Variants§
AuthCloudPlatform
Documentation: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account., Scope: https://www.googleapis.com/auth/cloud-platform
AuthCloudPlatformReadOnly
Documentation: View your data across Google Cloud services and see the email address of your Google Account, Scope: https://www.googleapis.com/auth/cloud-platform.read-only
AuthNdevCloudman
Documentation: View and manage your Google Cloud Platform management resources and deployment status information, Scope: https://www.googleapis.com/auth/ndev.cloudman
AuthNdevCloudmanReadOnly
Documentation: View your Google Cloud Platform management resources and deployment status information, Scope: https://www.googleapis.com/auth/ndev.cloudman.readonly
Trait Implementations§
Source§impl Clone for CloudDeploymentManagerV2APIv2
impl Clone for CloudDeploymentManagerV2APIv2
Source§fn clone(&self) -> CloudDeploymentManagerV2APIv2
fn clone(&self) -> CloudDeploymentManagerV2APIv2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromGoogleScope<CloudDeploymentManagerV2APIv2> for CloudDeploymentManagerV2APIv2
impl FromGoogleScope<CloudDeploymentManagerV2APIv2> for CloudDeploymentManagerV2APIv2
Source§fn from_google_scope(
google_scope: &str,
) -> Result<CloudDeploymentManagerV2APIv2, ()>
fn from_google_scope( google_scope: &str, ) -> Result<CloudDeploymentManagerV2APIv2, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for CloudDeploymentManagerV2APIv2
impl Hash for CloudDeploymentManagerV2APIv2
Source§impl PartialEq for CloudDeploymentManagerV2APIv2
impl PartialEq for CloudDeploymentManagerV2APIv2
Source§fn eq(&self, other: &CloudDeploymentManagerV2APIv2) -> bool
fn eq(&self, other: &CloudDeploymentManagerV2APIv2) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for CloudDeploymentManagerV2APIv2
impl ToGoogleScope for CloudDeploymentManagerV2APIv2
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for CloudDeploymentManagerV2APIv2
impl Eq for CloudDeploymentManagerV2APIv2
impl StructuralPartialEq for CloudDeploymentManagerV2APIv2
Auto Trait Implementations§
impl Freeze for CloudDeploymentManagerV2APIv2
impl RefUnwindSafe for CloudDeploymentManagerV2APIv2
impl Send for CloudDeploymentManagerV2APIv2
impl Sync for CloudDeploymentManagerV2APIv2
impl Unpin for CloudDeploymentManagerV2APIv2
impl UnwindSafe for CloudDeploymentManagerV2APIv2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more