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