Struct notmuch::Thread [] [src]

pub struct Thread<'q, 'd: 'q>(_, _);

Methods

impl<'q, 'd> Thread<'q, 'd>
[src]

[src]

[src]

[src]

Important traits for Messages<'q, 'd>
[src]

Important traits for Messages<'q, 'd>
[src]

Get a Messages iterator for all messages in 'thread' in oldest-first order.

Important traits for Tags<'d>
[src]

[src]

[src]

[src]

Get the date of the oldest message in 'thread' as a time_t value.

[src]

Get the date of the newest message in 'thread' as a time_t value.

Trait Implementations

impl<'q, 'd: 'q> Debug for Thread<'q, 'd>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'q, 'd> Drop for Thread<'q, 'd>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'q, 'd> !Send for Thread<'q, 'd>

impl<'q, 'd> !Sync for Thread<'q, 'd>