pub struct ForceIndexResponse {
pub(crate) message: String,
pub(crate) domains_queued: usize,
pub(crate) timer_reset: bool,
}Expand description
Response structure for force indexing operations.
Confirms successful force indexing initiation.
Fields§
§message: StringHuman-readable success message
domains_queued: usizeNumber of domains queued for immediate indexing
timer_reset: boolWhether periodic indexing timer was reset
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForceIndexResponse
impl RefUnwindSafe for ForceIndexResponse
impl Send for ForceIndexResponse
impl Sync for ForceIndexResponse
impl Unpin for ForceIndexResponse
impl UnwindSafe for ForceIndexResponse
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