pub enum PolicyTroubleshooterAPIv1 {
AuthCloudPlatform,
}Expand description
Policy Troubleshooter 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
Trait Implementations§
Source§impl Clone for PolicyTroubleshooterAPIv1
impl Clone for PolicyTroubleshooterAPIv1
Source§fn clone(&self) -> PolicyTroubleshooterAPIv1
fn clone(&self) -> PolicyTroubleshooterAPIv1
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 Debug for PolicyTroubleshooterAPIv1
impl Debug for PolicyTroubleshooterAPIv1
Source§impl FromGoogleScope<PolicyTroubleshooterAPIv1> for PolicyTroubleshooterAPIv1
impl FromGoogleScope<PolicyTroubleshooterAPIv1> for PolicyTroubleshooterAPIv1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<PolicyTroubleshooterAPIv1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<PolicyTroubleshooterAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for PolicyTroubleshooterAPIv1
impl Hash for PolicyTroubleshooterAPIv1
Source§impl ToGoogleScope for PolicyTroubleshooterAPIv1
impl ToGoogleScope for PolicyTroubleshooterAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for PolicyTroubleshooterAPIv1
impl Eq for PolicyTroubleshooterAPIv1
impl StructuralPartialEq for PolicyTroubleshooterAPIv1
Auto Trait Implementations§
impl Freeze for PolicyTroubleshooterAPIv1
impl RefUnwindSafe for PolicyTroubleshooterAPIv1
impl Send for PolicyTroubleshooterAPIv1
impl Sync for PolicyTroubleshooterAPIv1
impl Unpin for PolicyTroubleshooterAPIv1
impl UnwindSafe for PolicyTroubleshooterAPIv1
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