Struct json_api::query::Query
[−]
[src]
pub struct Query { pub fields: Map<Key, Set<Key>>, pub filter: Map<Path, Value>, pub include: Set<Path>, pub page: Option<Page>, pub sort: Set<Sort>, // some fields omitted }
Fields
fields: Map<Key, Set<Key>>
filter: Map<Path, Value>
include: Set<Path>
page: Option<Page>
sort: Set<Sort>
Methods
impl Query
[src]
fn build() -> QueryBuilder
[src]
Trait Implementations
impl Clone for Query
[src]
fn clone(&self) -> Query
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more