pub struct SitesApi {}
Expand description
https://developers.google.com/webmaster-tools/v1/sites?
Implementations§
Source§impl SitesApi
impl SitesApi
pub async fn add( &self, token: &str, site_url: &str, ) -> Result<Value, GoogleApiError>
pub async fn delete( &self, token: &str, site_url: &str, ) -> Result<Value, GoogleApiError>
pub async fn get( &self, token: &str, site_url: &str, ) -> Result<ResponseSiteApi, GoogleApiError>
pub async fn list(&self, token: &str) -> Result<Value, GoogleApiError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SitesApi
impl RefUnwindSafe for SitesApi
impl Send for SitesApi
impl Sync for SitesApi
impl Unpin for SitesApi
impl UnwindSafe for SitesApi
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