Struct librespot_metadata::Show [−][src]
pub struct Show {
pub id: SpotifyId,
pub name: String,
pub publisher: String,
pub episodes: Vec<SpotifyId>,
pub covers: Vec<FileId>,
}Fields
id: SpotifyIdname: Stringpublisher: Stringepisodes: Vec<SpotifyId>covers: Vec<FileId>Trait Implementations
impl Metadata for Show[src]
impl Metadata for Show[src]type Message = Show
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 Show
impl RefUnwindSafe for Showimpl UnwindSafe for Show
impl UnwindSafe for Show