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

pub trait FetchBuilderAttributes where
    Self: Sized
{ fn prepare(self) -> FetchCommandAttributes; fn attr(self, attr: Attribute) -> FetchCommandAttributes { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl FetchBuilderAttributes for FetchCommandAttributes[src]

impl FetchBuilderAttributes for FetchCommandMessages[src]

Loading content...