pub struct Rcpt { /* private fields */ }
Expand description
RCPT command
Implementations§
Trait Implementations§
impl Eq for Rcpt
impl StructuralPartialEq for Rcpt
Auto Trait Implementations§
impl Freeze for Rcpt
impl RefUnwindSafe for Rcpt
impl Send for Rcpt
impl Sync for Rcpt
impl Unpin for Rcpt
impl UnwindSafe for Rcpt
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