Struct letterboxd::FilmsResponse [] [src]

pub struct FilmsResponse {
    pub next: Option<Cursor>,
    pub items: Vec<FilmSummary>,
}

Fields

The cursor to the next page of results.

The list of films.

Trait Implementations

impl Debug for FilmsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more