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