pub struct UrlInspectionApi {}
Expand description
https://developers.google.com/webmaster-tools/v1/sites?
Implementations§
Source§impl UrlInspectionApi
impl UrlInspectionApi
pub async fn inspect( &self, token: &str, request: &RequestUrlInspection, ) -> Result<ResponseInspectionResult, GoogleApiError>
Trait Implementations§
Source§impl Default for UrlInspectionApi
impl Default for UrlInspectionApi
Source§fn default() -> UrlInspectionApi
fn default() -> UrlInspectionApi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UrlInspectionApi
impl RefUnwindSafe for UrlInspectionApi
impl Send for UrlInspectionApi
impl Sync for UrlInspectionApi
impl Unpin for UrlInspectionApi
impl UnwindSafe for UrlInspectionApi
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