Struct mpd::search::Query [] [src]

pub struct Query {
    pub clauses: Vec<Clause>,
    pub window: Option<(u32, Option<u32>)>,
}

Fields

clauses: Vec<Clause> window: Option<(u32, Option<u32>)>

Trait Implementations

impl Display for Query
[src]

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

Formats the value using the given formatter.