pub enum CloudKeyManagementServiceKMSAPIv1 {
AuthCloudPlatform,
AuthCloudkms,
}Expand description
Cloud Key Management Service (KMS) API, v1
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
AuthCloudkms
Documentation: View and manage your keys and secrets stored in Cloud Key Management Service, Scope: https://www.googleapis.com/auth/cloudkms
Trait Implementations§
Source§impl Clone for CloudKeyManagementServiceKMSAPIv1
impl Clone for CloudKeyManagementServiceKMSAPIv1
Source§fn clone(&self) -> CloudKeyManagementServiceKMSAPIv1
fn clone(&self) -> CloudKeyManagementServiceKMSAPIv1
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<CloudKeyManagementServiceKMSAPIv1> for CloudKeyManagementServiceKMSAPIv1
impl FromGoogleScope<CloudKeyManagementServiceKMSAPIv1> for CloudKeyManagementServiceKMSAPIv1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<CloudKeyManagementServiceKMSAPIv1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<CloudKeyManagementServiceKMSAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl PartialEq for CloudKeyManagementServiceKMSAPIv1
impl PartialEq for CloudKeyManagementServiceKMSAPIv1
Source§fn eq(&self, other: &CloudKeyManagementServiceKMSAPIv1) -> bool
fn eq(&self, other: &CloudKeyManagementServiceKMSAPIv1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for CloudKeyManagementServiceKMSAPIv1
impl ToGoogleScope for CloudKeyManagementServiceKMSAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for CloudKeyManagementServiceKMSAPIv1
impl Eq for CloudKeyManagementServiceKMSAPIv1
impl StructuralPartialEq for CloudKeyManagementServiceKMSAPIv1
Auto Trait Implementations§
impl Freeze for CloudKeyManagementServiceKMSAPIv1
impl RefUnwindSafe for CloudKeyManagementServiceKMSAPIv1
impl Send for CloudKeyManagementServiceKMSAPIv1
impl Sync for CloudKeyManagementServiceKMSAPIv1
impl Unpin for CloudKeyManagementServiceKMSAPIv1
impl UnwindSafe for CloudKeyManagementServiceKMSAPIv1
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