Struct letterboxd::ContributorSummary [] [src]

pub struct ContributorSummary {
    pub id: String,
    pub name: String,
    pub character_name: Option<String>,
}

Fields

The LID of the contributor.

The name of the contributor.

The character name if available (only if the contribution is as an Actor; see the type field in FilmContributions).

Trait Implementations

impl Debug for ContributorSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for ContributorSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more