pub enum AdSenseHostAPIv4Point1 {
AuthAdsensehost,
}Expand description
AdSense Host API, v4.1
Variants§
AuthAdsensehost
Documentation: View and manage your AdSense host data and associated accounts, Scope: https://www.googleapis.com/auth/adsensehost
Trait Implementations§
Source§impl Clone for AdSenseHostAPIv4Point1
impl Clone for AdSenseHostAPIv4Point1
Source§fn clone(&self) -> AdSenseHostAPIv4Point1
fn clone(&self) -> AdSenseHostAPIv4Point1
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 AdSenseHostAPIv4Point1
impl Debug for AdSenseHostAPIv4Point1
Source§impl FromGoogleScope<AdSenseHostAPIv4Point1> for AdSenseHostAPIv4Point1
impl FromGoogleScope<AdSenseHostAPIv4Point1> for AdSenseHostAPIv4Point1
Source§fn from_google_scope(google_scope: &str) -> Result<AdSenseHostAPIv4Point1, ()>
fn from_google_scope(google_scope: &str) -> Result<AdSenseHostAPIv4Point1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for AdSenseHostAPIv4Point1
impl Hash for AdSenseHostAPIv4Point1
Source§impl PartialEq for AdSenseHostAPIv4Point1
impl PartialEq for AdSenseHostAPIv4Point1
Source§impl ToGoogleScope for AdSenseHostAPIv4Point1
impl ToGoogleScope for AdSenseHostAPIv4Point1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for AdSenseHostAPIv4Point1
impl Eq for AdSenseHostAPIv4Point1
impl StructuralPartialEq for AdSenseHostAPIv4Point1
Auto Trait Implementations§
impl Freeze for AdSenseHostAPIv4Point1
impl RefUnwindSafe for AdSenseHostAPIv4Point1
impl Send for AdSenseHostAPIv4Point1
impl Sync for AdSenseHostAPIv4Point1
impl Unpin for AdSenseHostAPIv4Point1
impl UnwindSafe for AdSenseHostAPIv4Point1
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