Struct notmuch::Thread [] [src]

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

Methods

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

[src]

[src]

[src]

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>