Struct letterboxd::FilmAvailabilityResponse [] [src]

pub struct FilmAvailabilityResponse {
    pub items: Option<Vec<FilmAvailability>>,
}

Fields

The list of stores where the film is available for streaming or purchasing, in order of preference. If the member has not specified their preferred stores for a service, the USA store will be assumed.

Trait Implementations

impl Debug for FilmAvailabilityResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmAvailabilityResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more