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