Struct letterboxd::FilmTrailer [] [src]

pub struct FilmTrailer {
    pub id: String,
    pub url: String,
}

Fields

The YouTube ID of the trailer. "ICp4g9p_rgo".

The YouTube URL for the trailer. "https://www.youtube.com/watch?v=ICp4g9p_rgo"

Trait Implementations

impl Debug for FilmTrailer
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmTrailer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more