Struct deltachat::scheduler::SmtpConnectionState
source · pub(crate) struct SmtpConnectionState {
state: ConnectionState,
}
Fields§
§state: ConnectionState
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmtpConnectionState
impl !RefUnwindSafe for SmtpConnectionState
impl Send for SmtpConnectionState
impl Sync for SmtpConnectionState
impl Unpin for SmtpConnectionState
impl !UnwindSafe for SmtpConnectionState
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