Struct letterboxd::DiaryDetails [] [src]

pub struct DiaryDetails {
    pub diary_date: String,
    pub rewatch: bool,
}

Fields

The date the film was watched, if specified, in ISO 8601 format, i.e. YYYY-MM-DD

Will be true if the member has indicated (or it can be otherwise determined) that the member has seen the film prior to this date.

Trait Implementations

impl Debug for DiaryDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for DiaryDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more