pub enum GmailPostmasterToolsAPIv1 {
AuthPostmasterReadOnly,
}Expand description
Gmail Postmaster Tools API, v1
Variants§
AuthPostmasterReadOnly
Documentation: See email traffic metrics for the domains you have registered in Gmail Postmaster Tools, Scope: https://www.googleapis.com/auth/postmaster.readonly
Trait Implementations§
Source§impl Clone for GmailPostmasterToolsAPIv1
impl Clone for GmailPostmasterToolsAPIv1
Source§fn clone(&self) -> GmailPostmasterToolsAPIv1
fn clone(&self) -> GmailPostmasterToolsAPIv1
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 GmailPostmasterToolsAPIv1
impl Debug for GmailPostmasterToolsAPIv1
Source§impl FromGoogleScope<GmailPostmasterToolsAPIv1> for GmailPostmasterToolsAPIv1
impl FromGoogleScope<GmailPostmasterToolsAPIv1> for GmailPostmasterToolsAPIv1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<GmailPostmasterToolsAPIv1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<GmailPostmasterToolsAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GmailPostmasterToolsAPIv1
impl Hash for GmailPostmasterToolsAPIv1
Source§impl ToGoogleScope for GmailPostmasterToolsAPIv1
impl ToGoogleScope for GmailPostmasterToolsAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GmailPostmasterToolsAPIv1
impl Eq for GmailPostmasterToolsAPIv1
impl StructuralPartialEq for GmailPostmasterToolsAPIv1
Auto Trait Implementations§
impl Freeze for GmailPostmasterToolsAPIv1
impl RefUnwindSafe for GmailPostmasterToolsAPIv1
impl Send for GmailPostmasterToolsAPIv1
impl Sync for GmailPostmasterToolsAPIv1
impl Unpin for GmailPostmasterToolsAPIv1
impl UnwindSafe for GmailPostmasterToolsAPIv1
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