Struct imap_proto::builders::command::FetchCommand
source · pub struct FetchCommand { /* private fields */ }Trait Implementations
sourceimpl FetchBuilderModifiers for FetchCommand
impl FetchBuilderModifiers for FetchCommand
fn prepare(self) -> FetchCommand
fn build(self) -> Command
fn changed_since(self, seq: u64) -> FetchCommand
Auto Trait Implementations
impl RefUnwindSafe for FetchCommand
impl Send for FetchCommand
impl Sync for FetchCommand
impl Unpin for FetchCommand
impl UnwindSafe for FetchCommand
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