Struct vkrs::audio::Audio [] [src]

pub struct Audio {
    pub id: Id,
    pub owner_id: OwnerId,
    pub artist: String,
    pub title: String,
    pub date: Timestamp,
    pub url: String,
    pub lyrics_id: Option<Id>,
    pub album_id: Option<Id>,
    pub genre_id: Option<Genre>,
    pub duration: Duration,
    pub no_search: Bool,
}

Fields

Trait Implementations

impl Clone for Audio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Audio
[src]

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

Formats the value using the given formatter.