Struct librespot_metadata::Episode [−][src]
pub struct Episode {
pub id: SpotifyId,
pub name: String,
pub external_url: String,
pub duration: i32,
pub language: String,
pub show: SpotifyId,
pub files: HashMap<FileFormat, FileId>,
pub covers: Vec<FileId>,
pub available: bool,
pub explicit: bool,
}Fields
id: SpotifyIdname: Stringexternal_url: Stringduration: i32language: Stringshow: SpotifyIdfiles: HashMap<FileFormat, FileId>covers: Vec<FileId>available: boolexplicit: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Episode
impl UnwindSafe for Episode
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more