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

Provided Methods

Implementors