Struct deltachat::scheduler::SmtpConnectionHandlers
source · struct SmtpConnectionHandlers {
connection: Smtp,
stop_receiver: Receiver<()>,
idle_interrupt_receiver: Receiver<()>,
}
Fields§
§connection: Smtp
§stop_receiver: Receiver<()>
§idle_interrupt_receiver: Receiver<()>
Auto Trait Implementations§
impl Freeze for SmtpConnectionHandlers
impl !RefUnwindSafe for SmtpConnectionHandlers
impl Send for SmtpConnectionHandlers
impl Sync for SmtpConnectionHandlers
impl !Unpin for SmtpConnectionHandlers
impl !UnwindSafe for SmtpConnectionHandlers
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