Trait imap_proto::builders::command::FetchBuilderModifiers
source · pub trait FetchBuilderModifierswhere
Self: Sized,{
fn prepare(self) -> FetchCommand;
fn build(self) -> Command { ... }
fn changed_since(self, seq: u64) -> FetchCommand { ... }
}