struct SchedBox {
meaning: FolderMeaning,
conn_state: ImapConnectionState,
handle: JoinHandle<()>,
}
Fields§
§meaning: FolderMeaning
§conn_state: ImapConnectionState
§handle: JoinHandle<()>
IMAP loop task handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchedBox
impl !RefUnwindSafe for SchedBox
impl Send for SchedBox
impl Sync for SchedBox
impl Unpin for SchedBox
impl !UnwindSafe for SchedBox
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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