Struct imap_proto::builders::command::FetchCommandEmpty
source · pub struct FetchCommandEmpty { /* private fields */ }Trait Implementations
sourceimpl FetchBuilderMessages for FetchCommandEmpty
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
Auto Trait Implementations
impl RefUnwindSafe for FetchCommandEmpty
impl Send for FetchCommandEmpty
impl Sync for FetchCommandEmpty
impl Unpin for FetchCommandEmpty
impl UnwindSafe for FetchCommandEmpty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more