Enum vorbis::CommentTag [] [src]

pub enum CommentTag<'a> {
    Title,
    Version,
    Album,
    TrackNumber,
    Artist,
    Performer,
    Copyright,
    License,
    Organization,
    Description,
    Genre,
    Date,
    Location,
    Contact,
    Isrc,
    Custom(&'a str),
}

Variants

Methods

impl<'a> CommentTag<'a>
[src]

Trait Implementations

impl<'a> Debug for CommentTag<'a>
[src]

Formats the value using the given formatter.

impl<'a> AsRef<str> for CommentTag<'a>
[src]

Performs the conversion.

impl<'a> From<&'a str> for CommentTag<'a>
[src]

Performs the conversion.

impl<'a> Display for CommentTag<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for CommentTag<'a>
[src]

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

This method tests for !=.