Struct letterboxd::ListEntry [] [src]

pub struct ListEntry {
    pub rank: Option<usize>,
    pub notes_lbml: Option<String>,
    pub contains_spoilers: Option<bool>,
    pub film: FilmSummary,
    pub notes: Option<String>,
}

Fields

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

The notes for the list entry in LBML. May contain the following HTML tags: <br> <strong> <em> <b> <i> <a href=""> <blockquote>.

Will be true if the member has indicated that the notes field contains plot spoilers for the film.

The film for this entry. Includes a MemberFilmRelationship for the member who created the list.

The notes for the list entry formatted as HTML.

Trait Implementations

impl Debug for ListEntry
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more