Struct omdb::Movie[][src]

pub struct Movie {
Show fields pub title: String, pub year: String, pub rated: String, pub released: String, pub runtime: String, pub genre: String, pub director: String, pub writer: String, pub actors: String, pub plot: String, pub language: String, pub country: String, pub awards: String, pub poster: String, pub metascore: String, pub imdb_rating: String, pub imdb_votes: String, pub imdb_id: String, pub kind: Kind,
}
Expand description

A movie, series, episode, or game from OMDb.

Fields

title: Stringyear: Stringrated: Stringreleased: Stringruntime: Stringgenre: Stringdirector: Stringwriter: Stringactors: Stringplot: Stringlanguage: Stringcountry: Stringawards: Stringposter: Stringmetascore: Stringimdb_rating: Stringimdb_votes: Stringimdb_id: Stringkind: Kind

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.