Struct json_api_rocket::request::Query
[−]
[src]
pub struct Query { /* fields omitted */ }
Methods
impl Query
[src]
fn into_inner(self) -> JsonApiQuery
[src]
Consumes the Query
wrapper and returns the wrapped value.
fn fields(&self) -> Iter<Key, Set>
[src]
fn filter(&self) -> Iter<Path, Value>
[src]
fn include(&self) -> Iter<Path>
[src]
fn page(&self) -> Option<Page>
[src]
fn sort(&self) -> Iter<Sort>
[src]
Methods from Deref<Target = JsonApiQuery>
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
impl Debug for Query
[src]
impl Default for Query
[src]
impl PartialEq for Query
[src]
fn eq(&self, __arg_0: &Query) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Query) -> bool
[src]
This method tests for !=
.
impl Deref for Query
[src]
type Target = JsonApiQuery
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
Dereferences the value.