pub struct MobileFriendlyTestApi;Expand description
Mobile Friendly Test API client.
Test whether a page is mobile-friendly.
§API Reference
https://developers.google.com/webmaster-tools/v1/urlTestingTools.mobileFriendlyTest
Implementations§
Source§impl MobileFriendlyTestApi
impl MobileFriendlyTestApi
Sourcepub async fn run(
&self,
api_key: &str,
request: &RequestMobileFriendlyTest,
) -> Result<ResponseMobileFriendlyTest, GoogleApiError>
pub async fn run( &self, api_key: &str, request: &RequestMobileFriendlyTest, ) -> Result<ResponseMobileFriendlyTest, GoogleApiError>
Run a mobile-friendly test.
Note: This API uses an API key instead of OAuth2.
§Arguments
api_key- Google API keyrequest- Test request parameters
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 UnsafeUnpin 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