Struct tokio_imap::client::builder::CommandBuilder
source · pub struct CommandBuilder {}Implementations
sourceimpl 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 RefUnwindSafe for CommandBuilder
impl Send for CommandBuilder
impl Sync for CommandBuilder
impl Unpin for CommandBuilder
impl UnwindSafe for CommandBuilder
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