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