Struct sofa::types::FindQuery [−][src]
pub struct FindQuery {
pub selector: Value,
pub limit: Option<u64>,
pub skip: Option<u64>,
pub sort: Option<SortSpec>,
pub fields: Option<Vec<String>>,
pub use_index: Option<IndexSpec>,
}Find query abstraction
Fields
selector: Value
limit: Option<u64>
skip: Option<u64>
sort: Option<SortSpec>
fields: Option<Vec<String>>
use_index: Option<IndexSpec>
Trait Implementations
impl PartialEq for FindQuery[src]
impl PartialEq for FindQueryfn eq(&self, other: &FindQuery) -> bool[src]
fn eq(&self, other: &FindQuery) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FindQuery) -> bool[src]
fn ne(&self, other: &FindQuery) -> boolThis method tests for !=.
impl Debug for FindQuery[src]
impl Debug for FindQueryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for FindQuery[src]
impl Clone for FindQuery