Struct letterboxd::FilmAvailability [] [src]

pub struct FilmAvailability {
    pub service: FilmAvailabilityService,
    pub display_name: String,
    pub country: Country,
    pub id: String,
    pub url: String,
}

Fields

The service.

The service’s name.

The regional store for the service. Not all countries are supported on all services.

The unique ID (if any) for the film on the store.

The fully qualified URL for the film on this store.

Trait Implementations

impl Debug for FilmAvailability
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmAvailability
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more