pub struct SingleQueryBuilder { /* private fields */ }
Expand description
Builder for SingleQuery
Implementations§
Source§impl SingleQueryBuilder
impl SingleQueryBuilder
pub fn with_collection(self, collection: String) -> Self
pub fn with_usecase(self, usecase: String) -> Self
pub fn with_encrypted_field_less_than(self, value: f64) -> Self
pub fn with_encrypted_field_higher_than(self, value: f64) -> Self
pub fn build(self) -> SingleQuery
Trait Implementations§
Source§impl Debug for SingleQueryBuilder
impl Debug for SingleQueryBuilder
Source§impl Default for SingleQueryBuilder
impl Default for SingleQueryBuilder
Source§fn default() -> SingleQueryBuilder
fn default() -> SingleQueryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SingleQueryBuilder
impl RefUnwindSafe for SingleQueryBuilder
impl Send for SingleQueryBuilder
impl Sync for SingleQueryBuilder
impl Unpin for SingleQueryBuilder
impl UnwindSafe for SingleQueryBuilder
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