Struct mpd::search::Query
[−]
[src]
pub struct Query<'a> { /* fields omitted */ }
Methods
impl<'a> Query<'a>
[src]
fn new() -> Query<'a>
fn and<'b: 'a, V: 'b + Into<Cow<'b, str>>>(&'a mut self,
term: Term<'b>,
value: V)
-> &'a mut Query<'a>
term: Term<'b>,
value: V)
-> &'a mut Query<'a>
fn limit(&'a mut self, offset: u32, limit: u32) -> &'a mut Query<'a>
fn group<'b: 'a, G: 'b + Into<Cow<'b, str>>>(&'a mut self,
group: G)
-> &'a mut Query<'a>
group: G)
-> &'a mut Query<'a>