pub struct RowClient { /* private fields */ }Implementations§
Source§impl RowClient
impl RowClient
pub async fn search( &self, request: RowSearchRequest, options: Option<&RequestOptions>, ) -> Result<RowSearchResponse, Error>
pub async fn unify( &self, request: RowUnifyRequest, options: Option<&RequestOptions>, ) -> Result<RowUnifyResponse, Error>
pub async fn similarity( &self, request: RowSimilarityRequest, options: Option<&RequestOptions>, ) -> Result<RowSimilarityResponse, Error>
pub async fn integrate( &self, request: RowIntegrateRequest, options: Option<&RequestOptions>, ) -> Result<RowIntegrateResponse, Error>
pub async fn query( &self, request: DynamicQueryRequest, options: Option<&RequestOptions>, ) -> Result<DynamicQueryResponse, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowClient
impl !RefUnwindSafe for RowClient
impl Send for RowClient
impl Sync for RowClient
impl Unpin for RowClient
impl UnsafeUnpin for RowClient
impl !UnwindSafe for RowClient
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