pub enum ContentAPIforShoppingv2Point1 {
AuthContent,
}Expand description
Content API for Shopping, v2.1
Variants§
AuthContent
Documentation: Manage your product listings and accounts for Google Shopping, Scope: https://www.googleapis.com/auth/content
Trait Implementations§
Source§impl Clone for ContentAPIforShoppingv2Point1
impl Clone for ContentAPIforShoppingv2Point1
Source§fn clone(&self) -> ContentAPIforShoppingv2Point1
fn clone(&self) -> ContentAPIforShoppingv2Point1
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<ContentAPIforShoppingv2Point1> for ContentAPIforShoppingv2Point1
impl FromGoogleScope<ContentAPIforShoppingv2Point1> for ContentAPIforShoppingv2Point1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<ContentAPIforShoppingv2Point1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<ContentAPIforShoppingv2Point1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for ContentAPIforShoppingv2Point1
impl Hash for ContentAPIforShoppingv2Point1
Source§impl PartialEq for ContentAPIforShoppingv2Point1
impl PartialEq for ContentAPIforShoppingv2Point1
Source§fn eq(&self, other: &ContentAPIforShoppingv2Point1) -> bool
fn eq(&self, other: &ContentAPIforShoppingv2Point1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for ContentAPIforShoppingv2Point1
impl ToGoogleScope for ContentAPIforShoppingv2Point1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for ContentAPIforShoppingv2Point1
impl Eq for ContentAPIforShoppingv2Point1
impl StructuralPartialEq for ContentAPIforShoppingv2Point1
Auto Trait Implementations§
impl Freeze for ContentAPIforShoppingv2Point1
impl RefUnwindSafe for ContentAPIforShoppingv2Point1
impl Send for ContentAPIforShoppingv2Point1
impl Sync for ContentAPIforShoppingv2Point1
impl Unpin for ContentAPIforShoppingv2Point1
impl UnwindSafe for ContentAPIforShoppingv2Point1
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