struct ImapConnectionHandlers {
connection: Imap,
stop_receiver: Receiver<()>,
}
Fields§
§connection: Imap
§stop_receiver: Receiver<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImapConnectionHandlers
impl !RefUnwindSafe for ImapConnectionHandlers
impl Send for ImapConnectionHandlers
impl Sync for ImapConnectionHandlers
impl !Unpin for ImapConnectionHandlers
impl !UnwindSafe for ImapConnectionHandlers
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