pub struct SearchIndexResponse {
pub matches: Vec<IndexedSearchMatch>,
pub has_more: bool,
pub status: SearchIndexStatus,
}Expand description
Ranked persistent-index matches plus snapshot readiness metadata.
Fields§
§matches: Vec<IndexedSearchMatch>§has_more: bool§status: SearchIndexStatusTrait Implementations§
Source§impl Clone for SearchIndexResponse
impl Clone for SearchIndexResponse
Source§fn clone(&self) -> SearchIndexResponse
fn clone(&self) -> SearchIndexResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SearchIndexResponse
impl Debug for SearchIndexResponse
Source§impl PartialEq for SearchIndexResponse
impl PartialEq for SearchIndexResponse
impl StructuralPartialEq for SearchIndexResponse
Auto Trait Implementations§
impl Freeze for SearchIndexResponse
impl RefUnwindSafe for SearchIndexResponse
impl Send for SearchIndexResponse
impl Sync for SearchIndexResponse
impl Unpin for SearchIndexResponse
impl UnsafeUnpin for SearchIndexResponse
impl UnwindSafe for SearchIndexResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request