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: String
Human-readable success message
domains_queued: usize
Number of domains queued for immediate indexing
timer_reset: bool
Whether 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