pub struct ImapClient;Expand description
IMAP client for load testing
Implementations§
Source§impl ImapClient
impl ImapClient
Auto Trait Implementations§
impl Freeze for ImapClient
impl RefUnwindSafe for ImapClient
impl Send for ImapClient
impl Sync for ImapClient
impl Unpin for ImapClient
impl UnsafeUnpin for ImapClient
impl UnwindSafe for ImapClient
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