pub struct SitemapsApi {}Expand description
https://developers.google.com/webmaster-tools/v1/sitemaps
Implementations§
Source§impl SitemapsApi
impl SitemapsApi
pub async fn delete( &self, token: &str, site_url: &str, feed_path: &str, ) -> Result<Value, GoogleApiError>
pub async fn get( &self, token: &str, site_url: &str, feed: &str, ) -> Result<Value, GoogleApiError>
pub async fn list( &self, token: &str, site_url: &str, ) -> Result<ResponseSitemapApiList, GoogleApiError>
pub async fn put( &self, token: &str, site_url: &str, feed: &str, ) -> Result<Value, GoogleApiError>
pub async fn submit( &self, token: &str, site_url: &str, feed: &str, ) -> Result<Value, GoogleApiError>
Trait Implementations§
Source§impl Default for SitemapsApi
impl Default for SitemapsApi
Source§fn default() -> SitemapsApi
fn default() -> SitemapsApi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SitemapsApi
impl RefUnwindSafe for SitemapsApi
impl Send for SitemapsApi
impl Sync for SitemapsApi
impl Unpin for SitemapsApi
impl UnwindSafe for SitemapsApi
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