Struct google_indexing_api::GoogleIndexingApi
source · pub struct GoogleIndexingApi {}
Implementations§
source§impl GoogleIndexingApi
impl GoogleIndexingApi
pub fn url_notifications() -> UrlNotificationsApi
Auto Trait Implementations§
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