Struct mpd::playlist::Playlist [] [src]

pub struct Playlist {
    pub name: String,
    pub last_mod: Tm,
}
[]

Playlist

Fields

[]

name

[]

last modified

Trait Implementations

impl Clone for Playlist
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Playlist
[src]

[]

Formats the value using the given formatter.

impl PartialEq for Playlist
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.