pub enum GooglePlayGameManagementv1management {
AuthGames,
}Expand description
Google Play Game Management, v1management
Variants§
AuthGames
Documentation: Create, edit, and delete your Google Play Games activity, Scope: https://www.googleapis.com/auth/games
Trait Implementations§
Source§impl Clone for GooglePlayGameManagementv1management
impl Clone for GooglePlayGameManagementv1management
Source§fn clone(&self) -> GooglePlayGameManagementv1management
fn clone(&self) -> GooglePlayGameManagementv1management
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 FromGoogleScope<GooglePlayGameManagementv1management> for GooglePlayGameManagementv1management
impl FromGoogleScope<GooglePlayGameManagementv1management> for GooglePlayGameManagementv1management
Source§fn from_google_scope(
google_scope: &str,
) -> Result<GooglePlayGameManagementv1management, ()>
fn from_google_scope( google_scope: &str, ) -> Result<GooglePlayGameManagementv1management, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl PartialEq for GooglePlayGameManagementv1management
impl PartialEq for GooglePlayGameManagementv1management
Source§fn eq(&self, other: &GooglePlayGameManagementv1management) -> bool
fn eq(&self, other: &GooglePlayGameManagementv1management) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for GooglePlayGameManagementv1management
impl ToGoogleScope for GooglePlayGameManagementv1management
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GooglePlayGameManagementv1management
impl Eq for GooglePlayGameManagementv1management
impl StructuralPartialEq for GooglePlayGameManagementv1management
Auto Trait Implementations§
impl Freeze for GooglePlayGameManagementv1management
impl RefUnwindSafe for GooglePlayGameManagementv1management
impl Send for GooglePlayGameManagementv1management
impl Sync for GooglePlayGameManagementv1management
impl Unpin for GooglePlayGameManagementv1management
impl UnwindSafe for GooglePlayGameManagementv1management
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