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