Enum mpd::search::Term [] [src]

pub enum Term {
    Any,
    File,
    Base,
    LastMod,
    Tag(String),
}

Variants

AnyFileBaseLastModTag(String)

Trait Implementations

impl Display for Term
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.