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