pub struct SmtpAuthCapabilityError;Expand description
Error returned when parsing an AUTH capability string fails.
Trait Implementations§
Source§impl Debug for SmtpAuthCapabilityError
impl Debug for SmtpAuthCapabilityError
Source§impl Display for SmtpAuthCapabilityError
impl Display for SmtpAuthCapabilityError
Source§impl Error for SmtpAuthCapabilityError
impl Error for SmtpAuthCapabilityError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for SmtpAuthCapabilityError
impl RefUnwindSafe for SmtpAuthCapabilityError
impl Send for SmtpAuthCapabilityError
impl Sync for SmtpAuthCapabilityError
impl Unpin for SmtpAuthCapabilityError
impl UnsafeUnpin for SmtpAuthCapabilityError
impl UnwindSafe for SmtpAuthCapabilityError
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
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.