pub struct GoogleIndexingApi {}
Expand description
API Access Endpoint
Implementations§
Source§impl GoogleIndexingApi
impl GoogleIndexingApi
pub fn url_notifications() -> UrlNotificationsApi
Auto Trait Implementations§
impl Freeze for GoogleIndexingApi
impl RefUnwindSafe for GoogleIndexingApi
impl Send for GoogleIndexingApi
impl Sync for GoogleIndexingApi
impl Unpin for GoogleIndexingApi
impl UnwindSafe for GoogleIndexingApi
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