pub struct WithLookupBuilder { /* private fields */ }
Expand description
Builder for WithLookup
.
Implementations§
source§impl WithLookupBuilder
impl WithLookupBuilder
sourcepub fn collection(self, value: String) -> Self
pub fn collection(self, value: String) -> Self
Name of the collection to use for points lookup
sourcepub fn with_payload<VALUE: Into<SelectorOptions>>(self, value: VALUE) -> Self
pub fn with_payload<VALUE: Into<SelectorOptions>>(self, value: VALUE) -> Self
Options for specifying which payload to include (or not)
sourcepub fn with_vectors<VALUE: Into<SelectorOptions>>(self, value: VALUE) -> Self
pub fn with_vectors<VALUE: Into<SelectorOptions>>(self, value: VALUE) -> Self
Options for specifying which vectors to include (or not)
source§impl WithLookupBuilder
impl WithLookupBuilder
sourcepub fn build(self) -> WithLookup
pub fn build(self) -> WithLookup
Builds the desired type. Can often be omitted.
Trait Implementations§
source§impl From<WithLookupBuilder> for WithLookup
impl From<WithLookupBuilder> for WithLookup
source§fn from(value: WithLookupBuilder) -> Self
fn from(value: WithLookupBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WithLookupBuilder
impl RefUnwindSafe for WithLookupBuilder
impl Send for WithLookupBuilder
impl Sync for WithLookupBuilder
impl Unpin for WithLookupBuilder
impl UnwindSafe for WithLookupBuilder
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> 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