Struct letterboxd::GenresResponse [] [src]

pub struct GenresResponse {
    pub items: Vec<Genre>,
}

Fields

The list of genres.

Trait Implementations

impl Debug for GenresResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GenresResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more