Struct json_api::query::Builder [] [src]

pub struct Builder { /* fields omitted */ }

An implementation of the "builder pattern" that can be used to construct a new query.

Methods

impl Builder
[src]

[src]

Attempt to construct a new query from the previously supplied values.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Default for Builder
[src]

[src]

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