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