Struct json_api_rocket::request::Query [] [src]

pub struct Query { /* fields omitted */ }

Methods

impl Query
[src]

[src]

Consumes the Query wrapper and returns the wrapped value.

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = JsonApiQuery>

Trait Implementations

impl Clone for Query
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Query
[src]

[src]

Formats the value using the given formatter.

impl Default for Query
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Query
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Deref for Query
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Query
[src]

[src]

Mutably dereferences the value.

impl<'a, 'r> FromRequest<'a, 'r> for Query
[src]

The associated error to be returned if derivation fails.

[src]

Derives an instance of Self from the incoming request metadata. Read more