pub struct ResponseGoogleIndexingBatch { /* private fields */ }
Expand description
Google Index Batch Response
Implementations§
Trait Implementations§
Source§impl Debug for ResponseGoogleIndexingBatch
impl Debug for ResponseGoogleIndexingBatch
Source§impl Default for ResponseGoogleIndexingBatch
impl Default for ResponseGoogleIndexingBatch
Source§fn default() -> ResponseGoogleIndexingBatch
fn default() -> ResponseGoogleIndexingBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseGoogleIndexingBatch
impl RefUnwindSafe for ResponseGoogleIndexingBatch
impl Send for ResponseGoogleIndexingBatch
impl Sync for ResponseGoogleIndexingBatch
impl Unpin for ResponseGoogleIndexingBatch
impl UnwindSafe for ResponseGoogleIndexingBatch
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