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