pub enum GoogleWorkspaceAlertCenterAPIv1beta1 {
AuthAppsAlerts,
}Expand description
Google Workspace Alert Center API, v1beta1
Variants§
AuthAppsAlerts
Documentation: See and delete your domain’s G Suite alerts, and send alert feedback, Scope: https://www.googleapis.com/auth/apps.alerts
Trait Implementations§
Source§impl Clone for GoogleWorkspaceAlertCenterAPIv1beta1
impl Clone for GoogleWorkspaceAlertCenterAPIv1beta1
Source§fn clone(&self) -> GoogleWorkspaceAlertCenterAPIv1beta1
fn clone(&self) -> GoogleWorkspaceAlertCenterAPIv1beta1
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<GoogleWorkspaceAlertCenterAPIv1beta1> for GoogleWorkspaceAlertCenterAPIv1beta1
impl FromGoogleScope<GoogleWorkspaceAlertCenterAPIv1beta1> for GoogleWorkspaceAlertCenterAPIv1beta1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<GoogleWorkspaceAlertCenterAPIv1beta1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<GoogleWorkspaceAlertCenterAPIv1beta1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl PartialEq for GoogleWorkspaceAlertCenterAPIv1beta1
impl PartialEq for GoogleWorkspaceAlertCenterAPIv1beta1
Source§fn eq(&self, other: &GoogleWorkspaceAlertCenterAPIv1beta1) -> bool
fn eq(&self, other: &GoogleWorkspaceAlertCenterAPIv1beta1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for GoogleWorkspaceAlertCenterAPIv1beta1
impl ToGoogleScope for GoogleWorkspaceAlertCenterAPIv1beta1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GoogleWorkspaceAlertCenterAPIv1beta1
impl Eq for GoogleWorkspaceAlertCenterAPIv1beta1
impl StructuralPartialEq for GoogleWorkspaceAlertCenterAPIv1beta1
Auto Trait Implementations§
impl Freeze for GoogleWorkspaceAlertCenterAPIv1beta1
impl RefUnwindSafe for GoogleWorkspaceAlertCenterAPIv1beta1
impl Send for GoogleWorkspaceAlertCenterAPIv1beta1
impl Sync for GoogleWorkspaceAlertCenterAPIv1beta1
impl Unpin for GoogleWorkspaceAlertCenterAPIv1beta1
impl UnwindSafe for GoogleWorkspaceAlertCenterAPIv1beta1
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