Struct FetchCommandAttributes
imap_proto::builders::command
pub struct FetchCommandAttributes { /* fields omitted */ }
impl FetchBuilderAttributes for FetchCommandAttributes
fn prepare(self) -> FetchCommandAttributes
fn attr(self, attr: Attribute) -> FetchCommandAttributes
impl FetchBuilderModifiers for FetchCommandAttributes
fn prepare(self) -> FetchCommand
fn build(self) -> Command
fn changed_since(self, seq: u64) -> FetchCommand
impl Send for FetchCommandAttributes
impl Sync for FetchCommandAttributes