Struct FetchCommandEmpty
imap_proto::builders::command
pub struct FetchCommandEmpty { /* fields omitted */ }
impl FetchBuilderMessages for FetchCommandEmpty
fn prepare(self) -> FetchCommandMessages
fn num(self, num: u32) -> FetchCommandMessages
fn range(self, start: u32, stop: u32) -> FetchCommandMessages
fn all_after(self, start: u32) -> FetchCommandMessages
impl Send for FetchCommandEmpty
impl Sync for FetchCommandEmpty