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