[][src]Trait imap_proto::builders::command::FetchBuilderModifiers

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

Loading content...

Provided methods

fn build(self) -> Command

fn changed_since(self, seq: u64) -> FetchCommand

Loading content...

Implementors

impl FetchBuilderModifiers for FetchCommand[src]

impl FetchBuilderModifiers for FetchCommandAttributes[src]

Loading content...