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