pub struct IndexResponse {
pub(crate) message: String,
pub(crate) domains_queued: usize,
}Expand description
Response structure for indexing operations.
Confirms successful queuing of domains for indexing.
Fields§
§message: StringHuman-readable success message
domains_queued: usizeNumber of domains successfully queued
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexResponse
impl RefUnwindSafe for IndexResponse
impl Send for IndexResponse
impl Sync for IndexResponse
impl Unpin for IndexResponse
impl UnwindSafe for IndexResponse
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