Enum sublercli::MediaKind[][src]

pub enum MediaKind {
    Movie,
    Music,
    Audiobook,
    MusicVideo,
    TVShow,
    Booklet,
    Rightone,
}

Represents the type of media for a input file

Variants

Methods

impl MediaKind
[src]

Creates a new Media Kind

Trait Implementations

impl Debug for MediaKind
[src]

Formats the value using the given formatter. Read more

impl Clone for MediaKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MediaKind

impl Sync for MediaKind