pub enum GooglePlayEMMAPIv1 {
AuthAndroidenterprise,
}Expand description
Google Play EMM API, v1
Variants§
AuthAndroidenterprise
Documentation: Manage corporate Android devices, Scope: https://www.googleapis.com/auth/androidenterprise
Trait Implementations§
Source§impl Clone for GooglePlayEMMAPIv1
impl Clone for GooglePlayEMMAPIv1
Source§fn clone(&self) -> GooglePlayEMMAPIv1
fn clone(&self) -> GooglePlayEMMAPIv1
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 GooglePlayEMMAPIv1
impl Debug for GooglePlayEMMAPIv1
Source§impl FromGoogleScope<GooglePlayEMMAPIv1> for GooglePlayEMMAPIv1
impl FromGoogleScope<GooglePlayEMMAPIv1> for GooglePlayEMMAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<GooglePlayEMMAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<GooglePlayEMMAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GooglePlayEMMAPIv1
impl Hash for GooglePlayEMMAPIv1
Source§impl PartialEq for GooglePlayEMMAPIv1
impl PartialEq for GooglePlayEMMAPIv1
Source§impl ToGoogleScope for GooglePlayEMMAPIv1
impl ToGoogleScope for GooglePlayEMMAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GooglePlayEMMAPIv1
impl Eq for GooglePlayEMMAPIv1
impl StructuralPartialEq for GooglePlayEMMAPIv1
Auto Trait Implementations§
impl Freeze for GooglePlayEMMAPIv1
impl RefUnwindSafe for GooglePlayEMMAPIv1
impl Send for GooglePlayEMMAPIv1
impl Sync for GooglePlayEMMAPIv1
impl Unpin for GooglePlayEMMAPIv1
impl UnwindSafe for GooglePlayEMMAPIv1
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