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
Auto Trait Implementations
impl RefUnwindSafe for Playlist
impl UnwindSafe for Playlist
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