Struct shuttle_qdrant::Qdrant
source · pub struct Qdrant { /* private fields */ }
Expand description
A Qdrant vector database
Implementations§
Trait Implementations§
source§impl ResourceInputBuilder for Qdrant
impl ResourceInputBuilder for Qdrant
§type Input = MaybeRequest
type Input = MaybeRequest
The input for requesting this resource. Read more
§type Output = OutputWrapper
type Output = OutputWrapper
The output from provisioning this resource. Read more
source§fn build<'life0, 'async_trait>(
self,
factory: &'life0 ResourceFactory,
) -> Pin<Box<dyn Future<Output = Result<Self::Input, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn build<'life0, 'async_trait>(
self,
factory: &'life0 ResourceFactory,
) -> Pin<Box<dyn Future<Output = Result<Self::Input, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Construct this resource config. The
ResourceFactory
provides access to secrets and metadata.Auto Trait Implementations§
impl Freeze for Qdrant
impl RefUnwindSafe for Qdrant
impl Send for Qdrant
impl Sync for Qdrant
impl Unpin for Qdrant
impl UnwindSafe for Qdrant
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