Trait imap_proto::builders::command::FetchBuilderModifiers
[−]
[src]
pub trait FetchBuilderModifiers where
Self: Sized, { fn prepare(self) -> FetchCommand; fn build(self) -> Command { ... } fn changed_since(self, seq: u64) -> FetchCommand { ... } }
Required Methods
fn prepare(self) -> FetchCommand
Provided Methods
fn build(self) -> Command
fn changed_since(self, seq: u64) -> FetchCommand
Implementors
impl FetchBuilderModifiers for FetchCommandAttributesimpl FetchBuilderModifiers for FetchCommand