Struct librespot_metadata::Album [−][src]
pub struct Album {
pub id: SpotifyId,
pub name: String,
pub artists: Vec<SpotifyId>,
pub tracks: Vec<SpotifyId>,
pub covers: Vec<FileId>,
}Fields
id: SpotifyIdname: Stringartists: Vec<SpotifyId>tracks: Vec<SpotifyId>covers: Vec<FileId>Trait Implementations
impl Metadata for Album[src]
impl Metadata for Album[src]type Message = Album
fn request_url(id: SpotifyId) -> String[src]
fn parse(msg: &Self::Message, _: &Session) -> Self[src]
#[must_use]fn get<'life0, 'async_trait>(
session: &'life0 Session,
id: SpotifyId
) -> Pin<Box<dyn Future<Output = Result<Self, MercuryError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
#[must_use]
fn get<'life0, 'async_trait>(session: &'life0 Session,
id: SpotifyId
) -> Pin<Box<dyn Future<Output = Result<Self, MercuryError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl RefUnwindSafe for Album
impl RefUnwindSafe for Albumimpl UnwindSafe for Album
impl UnwindSafe for Album