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