Crate imdb_async
source ·Expand description
Structs§
- A client to IMDB’s dataset
- Represents an episode of a TV series from IMDB. Pared down from Title and EpisodeLink based on fields that make sense for an individual episode.
- Represents a movie from IMDB. Pared down from Title based on fields that make sense for movies.
- Represents a TV series from IMDB.
- Represents a single title in IMDB; a “title” can be a show, an episode of a show, a movie, etc. See TitleType for a list.