Enum vsmtp_server::Process
[−]pub enum Process {
Receiver,
Processing,
Delivery,
}Expand description
tag for a specific email process.
Variants
Receiver
The server handle clients, parse commands & store emails at this stage.
Processing
The server handle emails “offline”, the client is no longer communicating.
Delivery
The server is going to deliver the email locally or to another server.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Process
impl Send for Process
impl Sync for Process
impl Unpin for Process
impl UnwindSafe for Process
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more