Struct librespot_metadata::Playlist [−][src]
pub struct Playlist {
pub revision: Vec<u8>,
pub user: String,
pub name: String,
pub tracks: Vec<SpotifyId>,
}Fields
revision: Vec<u8>user: Stringname: Stringtracks: Vec<SpotifyId>Trait Implementations
impl Metadata for Playlist[src]
impl Metadata for Playlist[src]type Message = SelectedListContent
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 Playlist
impl RefUnwindSafe for Playlistimpl UnwindSafe for Playlist
impl UnwindSafe for Playlist