pub struct SmtpReplyCode(/* private fields */);Expand description
SMTP reply code.
Implementations§
Trait Implementations§
Source§impl Clone for SmtpReplyCode
impl Clone for SmtpReplyCode
Source§fn clone(&self) -> SmtpReplyCode
fn clone(&self) -> SmtpReplyCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmtpReplyCode
impl Debug for SmtpReplyCode
Source§impl Display for SmtpReplyCode
impl Display for SmtpReplyCode
Source§impl Hash for SmtpReplyCode
impl Hash for SmtpReplyCode
Source§impl Ord for SmtpReplyCode
impl Ord for SmtpReplyCode
Source§fn cmp(&self, other: &SmtpReplyCode) -> Ordering
fn cmp(&self, other: &SmtpReplyCode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmtpReplyCode
impl PartialEq for SmtpReplyCode
Source§fn eq(&self, other: &SmtpReplyCode) -> bool
fn eq(&self, other: &SmtpReplyCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SmtpReplyCode
impl PartialOrd for SmtpReplyCode
impl Copy for SmtpReplyCode
impl Eq for SmtpReplyCode
impl StructuralPartialEq for SmtpReplyCode
Auto Trait Implementations§
impl Freeze for SmtpReplyCode
impl RefUnwindSafe for SmtpReplyCode
impl Send for SmtpReplyCode
impl Sync for SmtpReplyCode
impl Unpin for SmtpReplyCode
impl UnsafeUnpin for SmtpReplyCode
impl UnwindSafe for SmtpReplyCode
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