Struct vkrs::audio::Lyrics [] [src]

pub struct Lyrics {
    pub lyrics_id: Id,
    pub text: String,
}

Fields

Trait Implementations

impl Clone for Lyrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Lyrics
[src]

impl PartialEq for Lyrics
[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 Lyrics
[src]

Formats the value using the given formatter.