pub struct CommandBuilder {}
Implementations§
Source§impl CommandBuilder
impl CommandBuilder
pub fn check() -> Command
pub fn close() -> Command
pub fn examine(mailbox: &str) -> Command
pub fn fetch() -> FetchCommandEmpty
pub fn list(reference: &str, glob: &str) -> Command
pub fn login(user_name: &str, password: &str) -> Command
pub fn select(mailbox: &str) -> Command
pub fn uid_fetch() -> FetchCommandEmpty
Auto Trait Implementations§
impl Freeze for CommandBuilder
impl RefUnwindSafe for CommandBuilder
impl Send for CommandBuilder
impl Sync for CommandBuilder
impl Unpin for CommandBuilder
impl UnwindSafe for CommandBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more