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