pub enum AdExchangeBuyerAPIIIv2beta1 {
AuthAdexchangeBuyer,
}Expand description
Ad Exchange Buyer API II, v2beta1
Variants§
AuthAdexchangeBuyer
Documentation: Manage your Ad Exchange buyer account configuration, Scope: https://www.googleapis.com/auth/adexchange.buyer
Trait Implementations§
Source§impl Clone for AdExchangeBuyerAPIIIv2beta1
impl Clone for AdExchangeBuyerAPIIIv2beta1
Source§fn clone(&self) -> AdExchangeBuyerAPIIIv2beta1
fn clone(&self) -> AdExchangeBuyerAPIIIv2beta1
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 AdExchangeBuyerAPIIIv2beta1
impl Debug for AdExchangeBuyerAPIIIv2beta1
Source§impl FromGoogleScope<AdExchangeBuyerAPIIIv2beta1> for AdExchangeBuyerAPIIIv2beta1
impl FromGoogleScope<AdExchangeBuyerAPIIIv2beta1> for AdExchangeBuyerAPIIIv2beta1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<AdExchangeBuyerAPIIIv2beta1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<AdExchangeBuyerAPIIIv2beta1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for AdExchangeBuyerAPIIIv2beta1
impl Hash for AdExchangeBuyerAPIIIv2beta1
Source§impl ToGoogleScope for AdExchangeBuyerAPIIIv2beta1
impl ToGoogleScope for AdExchangeBuyerAPIIIv2beta1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for AdExchangeBuyerAPIIIv2beta1
impl Eq for AdExchangeBuyerAPIIIv2beta1
impl StructuralPartialEq for AdExchangeBuyerAPIIIv2beta1
Auto Trait Implementations§
impl Freeze for AdExchangeBuyerAPIIIv2beta1
impl RefUnwindSafe for AdExchangeBuyerAPIIIv2beta1
impl Send for AdExchangeBuyerAPIIIv2beta1
impl Sync for AdExchangeBuyerAPIIIv2beta1
impl Unpin for AdExchangeBuyerAPIIIv2beta1
impl UnwindSafe for AdExchangeBuyerAPIIIv2beta1
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