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

pub enum Term<'a> {
    Any,
    File,
    Base,
    LastMod,
    Tag(Cow<'a, str>),
}

Variants

Trait Implementations

impl<'a> Display for Term<'a>
[src]

Formats the value using the given formatter.