pub enum GroupsMigrationAPIv1 {
AuthAppsGroupsMigration,
}Expand description
Groups Migration API, v1
Variants§
AuthAppsGroupsMigration
Documentation: Upload messages to any Google group in your domain, Scope: https://www.googleapis.com/auth/apps.groups.migration
Trait Implementations§
Source§impl Clone for GroupsMigrationAPIv1
impl Clone for GroupsMigrationAPIv1
Source§fn clone(&self) -> GroupsMigrationAPIv1
fn clone(&self) -> GroupsMigrationAPIv1
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 GroupsMigrationAPIv1
impl Debug for GroupsMigrationAPIv1
Source§impl FromGoogleScope<GroupsMigrationAPIv1> for GroupsMigrationAPIv1
impl FromGoogleScope<GroupsMigrationAPIv1> for GroupsMigrationAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<GroupsMigrationAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<GroupsMigrationAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GroupsMigrationAPIv1
impl Hash for GroupsMigrationAPIv1
Source§impl PartialEq for GroupsMigrationAPIv1
impl PartialEq for GroupsMigrationAPIv1
Source§impl ToGoogleScope for GroupsMigrationAPIv1
impl ToGoogleScope for GroupsMigrationAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GroupsMigrationAPIv1
impl Eq for GroupsMigrationAPIv1
impl StructuralPartialEq for GroupsMigrationAPIv1
Auto Trait Implementations§
impl Freeze for GroupsMigrationAPIv1
impl RefUnwindSafe for GroupsMigrationAPIv1
impl Send for GroupsMigrationAPIv1
impl Sync for GroupsMigrationAPIv1
impl Unpin for GroupsMigrationAPIv1
impl UnwindSafe for GroupsMigrationAPIv1
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