Struct letterboxd::Genre [] [src]

pub struct Genre {
    pub id: String,
    pub name: String,
}

Fields

The LID of the genre.

The name of the genre.

Trait Implementations

impl Debug for Genre
[src]

[src]

Formats the value using the given formatter.

impl Clone for Genre
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more