pub struct DbPipeline { /* private fields */ }Implementations§
Source§impl DbPipeline
impl DbPipeline
pub fn create_store(&mut self, params: CreateStore)
pub fn create_pred_index(&mut self, params: CreatePredIndex)
pub fn create_non_linear_algorithm_index( &mut self, params: CreateNonLinearAlgorithmIndex, )
pub fn get_key(&mut self, params: GetKey)
pub fn get_pred(&mut self, params: GetPred)
pub fn get_sim_n(&mut self, params: GetSimN)
pub fn set(&mut self, params: Set)
pub fn drop_pred_index(&mut self, params: DropPredIndex)
pub fn drop_non_linear_algorithm_index( &mut self, params: DropNonLinearAlgorithmIndex, )
pub fn del_key(&mut self, params: DelKey)
pub fn drop_store(&mut self, params: DropStore)
pub fn del_pred(&mut self, params: DelPred)
pub fn info_server(&mut self)
pub fn get_store(&mut self, params: GetStore)
pub fn list_stores(&mut self)
pub fn list_clients(&mut self)
pub fn ping(&mut self)
pub async fn exec(self) -> Result<DbResponsePipeline, AhnlichError>
pub fn set_queries(&mut self, queries: Vec<Query>)
Trait Implementations§
Source§impl Clone for DbPipeline
impl Clone for DbPipeline
Source§fn clone(&self) -> DbPipeline
fn clone(&self) -> DbPipeline
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for DbPipeline
impl !RefUnwindSafe for DbPipeline
impl Send for DbPipeline
impl Sync for DbPipeline
impl Unpin for DbPipeline
impl UnsafeUnpin for DbPipeline
impl !UnwindSafe for DbPipeline
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