[][src]Struct rvk::objects::audio::Audio

pub struct Audio {
    pub id: Integer,
    pub owner_id: Integer,
    pub artist: String,
    pub title: String,
    pub duration: Integer,
    pub url: String,
    pub lyrics_id: Option<Integer>,
    pub album_id: Option<Integer>,
    pub genre_id: Integer,
    pub date: Integer,
    pub no_search: Option<Integer>,
    pub is_hq: Option<Integer>,
    pub access_key: Option<String>,
}

Fields

id: Integerowner_id: Integerartist: Stringtitle: Stringduration: Integerurl: Stringlyrics_id: Option<Integer>album_id: Option<Integer>genre_id: Integerdate: Integerno_search: Option<Integer>is_hq: Option<Integer>access_key: Option<String>

Trait Implementations

impl Clone for Audio[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Audio[src]

impl<'de> Deserialize<'de> for Audio[src]

Auto Trait Implementations

impl Send for Audio

impl Unpin for Audio

impl Sync for Audio

impl UnwindSafe for Audio

impl RefUnwindSafe for Audio

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err