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