pub enum ManufacturerCenterAPIv1 {
AuthManufacturercenter,
}Expand description
Manufacturer Center API, v1
Variants§
AuthManufacturercenter
Documentation: Manage your product listings for Google Manufacturer Center, Scope: https://www.googleapis.com/auth/manufacturercenter
Trait Implementations§
Source§impl Clone for ManufacturerCenterAPIv1
impl Clone for ManufacturerCenterAPIv1
Source§fn clone(&self) -> ManufacturerCenterAPIv1
fn clone(&self) -> ManufacturerCenterAPIv1
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 ManufacturerCenterAPIv1
impl Debug for ManufacturerCenterAPIv1
Source§impl FromGoogleScope<ManufacturerCenterAPIv1> for ManufacturerCenterAPIv1
impl FromGoogleScope<ManufacturerCenterAPIv1> for ManufacturerCenterAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<ManufacturerCenterAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<ManufacturerCenterAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for ManufacturerCenterAPIv1
impl Hash for ManufacturerCenterAPIv1
Source§impl PartialEq for ManufacturerCenterAPIv1
impl PartialEq for ManufacturerCenterAPIv1
Source§impl ToGoogleScope for ManufacturerCenterAPIv1
impl ToGoogleScope for ManufacturerCenterAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for ManufacturerCenterAPIv1
impl Eq for ManufacturerCenterAPIv1
impl StructuralPartialEq for ManufacturerCenterAPIv1
Auto Trait Implementations§
impl Freeze for ManufacturerCenterAPIv1
impl RefUnwindSafe for ManufacturerCenterAPIv1
impl Send for ManufacturerCenterAPIv1
impl Sync for ManufacturerCenterAPIv1
impl Unpin for ManufacturerCenterAPIv1
impl UnwindSafe for ManufacturerCenterAPIv1
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