Struct notmuch::query::Query [] [src]

pub struct Query<'d>(_, _);

Methods

impl<'d> Query<'d>
[src]

[src]

[src]

Specify the sorting desired for this query.

[src]

Return the sort specified for this query. See set_sort.

[src]

Filter messages according to the query and return

Trait Implementations

impl<'d> Debug for Query<'d>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'d> Drop for Query<'d>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'d> !Send for Query<'d>

impl<'d> !Sync for Query<'d>