Struct miltr_common::actions::Reject
source · pub struct Reject;Expand description
Reject this mail, informing the smtp client about it
Trait Implementations§
source§impl From<Reject> for ServerCommand
impl From<Reject> for ServerCommand
Auto Trait Implementations§
impl RefUnwindSafe for Reject
impl Send for Reject
impl Sync for Reject
impl Unpin for Reject
impl UnwindSafe for Reject
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