pub enum ImapYield {
WantsRead,
WantsWrite(Vec<u8>),
}Expand description
Standard socket-I/O yield variants; pick another type when extra variants (events, etc.) are needed.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImapYield
impl RefUnwindSafe for ImapYield
impl Send for ImapYield
impl Sync for ImapYield
impl Unpin for ImapYield
impl UnsafeUnpin for ImapYield
impl UnwindSafe for ImapYield
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