Struct letterboxd::FilmStatisticsCounts [] [src]

pub struct FilmStatisticsCounts {
    pub watches: usize,
    pub likes: usize,
    pub ratings: usize,
    pub fans: usize,
    pub lists: usize,
    pub reviews: usize,
}

Fields

The number of members who have watched the film.

The number of members who have liked the film.

The number of members who have rated the film.

The number of members who have the film as one of their four favorites.

The number of lists in which the film appears.

The number of reviews for the film.

Trait Implementations

impl Debug for FilmStatisticsCounts
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmStatisticsCounts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more