Struct google_indexing_api::GoogleIndexingBatch
source · pub struct GoogleIndexingBatch { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for GoogleIndexingBatch
impl Debug for GoogleIndexingBatch
source§impl Default for GoogleIndexingBatch
impl Default for GoogleIndexingBatch
source§fn default() -> GoogleIndexingBatch
fn default() -> GoogleIndexingBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GoogleIndexingBatch
impl Send for GoogleIndexingBatch
impl Sync for GoogleIndexingBatch
impl Unpin for GoogleIndexingBatch
impl UnwindSafe for GoogleIndexingBatch
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