Struct letterboxd::Contributor [] [src]

pub struct Contributor {
    pub id: String,
    pub name: String,
    pub links: Vec<Link>,
}

Fields

The LID of the contributor.

The name of the contributor.

An array of the types of contributions made, with a count of films for each contribution type.

Trait Implementations

impl Debug for Contributor
[src]

[src]

Formats the value using the given formatter.

impl Clone for Contributor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more