Struct omdb::query::FindQuery [] [src]

pub struct FindQuery { /* fields omitted */ }

Represents a query being bulit for OMDb. Follows the Builder pattern.

Methods

impl FindQuery
[src]

Specify the kind of media.

Specify the year.

Specify the plot length.

Perform OMDb Api request and attempt to find the movie this FindQuery is describing.

Trait Implementations

impl Debug for FindQuery
[src]

Formats the value using the given formatter.

impl Default for FindQuery
[src]

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