Struct letterboxd::FilmContributions [] [src]

pub struct FilmContributions {
    pub contribution_type: Option<ContributionType>,
    pub contributors: Vec<ContributorSummary>,
}

Fields

The type of contribution.

The list of contributors of the specified type for the film.

Trait Implementations

impl Debug for FilmContributions
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmContributions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more