Enum letterboxd::FilmRelationshipType [] [src]

pub enum FilmRelationshipType {
    Watched,
    NotWatched,
    Liked,
    NotLiked,
    InWatchlist,
    NotInWatchlist,
    Favorited,
}

Variants

Trait Implementations

impl Debug for FilmRelationshipType
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilmRelationshipType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more