Trait imap_proto::builders::command::FetchBuilderMessages
[−]
[src]
pub trait FetchBuilderMessages where
Self: Sized, { fn prepare(self) -> FetchCommandMessages; fn num(self, num: u32) -> FetchCommandMessages { ... } fn range(self, start: u32, stop: u32) -> FetchCommandMessages { ... } fn all_after(self, start: u32) -> FetchCommandMessages { ... } }
Required Methods
fn prepare(self) -> FetchCommandMessages
Provided Methods
fn num(self, num: u32) -> FetchCommandMessages
fn range(self, start: u32, stop: u32) -> FetchCommandMessages
fn all_after(self, start: u32) -> FetchCommandMessages
Implementors
impl FetchBuilderMessages for FetchCommandEmptyimpl FetchBuilderMessages for FetchCommandMessages