Struct karaorust::Karaoke [] [src]

pub struct Karaoke {
    pub header: HashMap<String, String>,
    pub lyrics: Vec<Lyric>,
}

Fields

Trait Implementations

impl PartialEq for Karaoke
[src]

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

This method tests for !=.

impl Debug for Karaoke
[src]

Formats the value using the given formatter.