pub struct Query {
pub query_type: QueryKind,
pub collection: String,
pub comparison: String,
pub key: Option<String>,
pub string_value: Option<String>,
pub bool_value: Option<bool>,
pub float_value: Option<f32>,
pub int_value: Option<i32>,
}
Fieldsยง
ยงquery_type: QueryKind
ยงcollection: String
ยงcomparison: String
ยงkey: Option<String>
ยงstring_value: Option<String>
ยงbool_value: Option<bool>
ยงfloat_value: Option<f32>
ยงint_value: Option<i32>
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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