pub struct MultiQueryParams {
pub queries: Vec<QueryParams>,
pub vector_encoding: Option<VectorEncoding>,
pub consistency: Option<Consistency>,
}Fields§
§queries: Vec<QueryParams>§vector_encoding: Option<VectorEncoding>§consistency: Option<Consistency>Trait Implementations§
Source§impl Clone for MultiQueryParams
impl Clone for MultiQueryParams
Source§fn clone(&self) -> MultiQueryParams
fn clone(&self) -> MultiQueryParams
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 moreSource§impl Debug for MultiQueryParams
impl Debug for MultiQueryParams
Source§impl Default for MultiQueryParams
impl Default for MultiQueryParams
Source§fn default() -> MultiQueryParams
fn default() -> MultiQueryParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MultiQueryParams
impl RefUnwindSafe for MultiQueryParams
impl Send for MultiQueryParams
impl Sync for MultiQueryParams
impl Unpin for MultiQueryParams
impl UnwindSafe for MultiQueryParams
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