Struct letterboxd::ListEntrySummary [] [src]

pub struct ListEntrySummary {
    pub rank: Option<usize>,
    pub film: FilmSummary,
}

Fields

The entry’s rank in the list, numbered from 1.

The film for this entry.

Trait Implementations

impl Debug for ListEntrySummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListEntrySummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more