Enum letterboxd::ListCreateMessageCode [] [src]

pub enum ListCreateMessageCode {
    ListNameIsBlank,
    UnknownFilmCode,
    InvalidRatingValue,
    DuplicateRank,
    EmptyPublicList,
    CloneSourceNotFound,
    SharingServiceNotAuthorized,
    CannotSharePrivateList,
    ListDescriptionIsTooLong,
    ListEntryNotesTooLong,
}

Variants

Trait Implementations

impl Debug for ListCreateMessageCode
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListCreateMessageCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more