pub struct MailFrom(/* private fields */);Expand description
MAIL FROM command.
Implementations§
Trait Implementations§
Source§impl Ord for MailFrom
impl Ord for MailFrom
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 PartialOrd for MailFrom
impl PartialOrd for MailFrom
impl Eq for MailFrom
impl StructuralPartialEq for MailFrom
Auto Trait Implementations§
impl Freeze for MailFrom
impl RefUnwindSafe for MailFrom
impl Send for MailFrom
impl Sync for MailFrom
impl Unpin for MailFrom
impl UnsafeUnpin for MailFrom
impl UnwindSafe for MailFrom
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