Enum subparse::SubtitleFormat [] [src]

pub enum SubtitleFormat {
    SubRip,
    SubStationAlpha,
    VobSubIdx,
}

All formats which are supported by this library.

Variants

.srt file

.ssa/.ass file

.idx file

Trait Implementations

impl Clone for SubtitleFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SubtitleFormat
[src]

impl Debug for SubtitleFormat
[src]

Formats the value using the given formatter.

impl PartialEq for SubtitleFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SubtitleFormat
[src]