pub enum GroupsSettingsAPIv1 {
AuthAppsGroupsSettings,
}Expand description
Groups Settings API, v1
Variants§
AuthAppsGroupsSettings
Documentation: View and manage the settings of a G Suite group, Scope: https://www.googleapis.com/auth/apps.groups.settings
Trait Implementations§
Source§impl Clone for GroupsSettingsAPIv1
impl Clone for GroupsSettingsAPIv1
Source§fn clone(&self) -> GroupsSettingsAPIv1
fn clone(&self) -> GroupsSettingsAPIv1
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 GroupsSettingsAPIv1
impl Debug for GroupsSettingsAPIv1
Source§impl FromGoogleScope<GroupsSettingsAPIv1> for GroupsSettingsAPIv1
impl FromGoogleScope<GroupsSettingsAPIv1> for GroupsSettingsAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<GroupsSettingsAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<GroupsSettingsAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GroupsSettingsAPIv1
impl Hash for GroupsSettingsAPIv1
Source§impl PartialEq for GroupsSettingsAPIv1
impl PartialEq for GroupsSettingsAPIv1
Source§impl ToGoogleScope for GroupsSettingsAPIv1
impl ToGoogleScope for GroupsSettingsAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GroupsSettingsAPIv1
impl Eq for GroupsSettingsAPIv1
impl StructuralPartialEq for GroupsSettingsAPIv1
Auto Trait Implementations§
impl Freeze for GroupsSettingsAPIv1
impl RefUnwindSafe for GroupsSettingsAPIv1
impl Send for GroupsSettingsAPIv1
impl Sync for GroupsSettingsAPIv1
impl Unpin for GroupsSettingsAPIv1
impl UnwindSafe for GroupsSettingsAPIv1
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