Struct miltr_common::actions::Replycode
source · pub struct Replycode { /* private fields */ }Expand description
Return this status code to the smtp client
Implementations§
Trait Implementations§
source§impl From<Replycode> for ServerCommand
impl From<Replycode> for ServerCommand
Auto Trait Implementations§
impl RefUnwindSafe for Replycode
impl Send for Replycode
impl Sync for Replycode
impl Unpin for Replycode
impl UnwindSafe for Replycode
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