Struct vsmtp_server::ProcessMessage
[−]Expand description
used to send different types of data to vsmtp’s processes.
Fields
message_id: Stringid of the mail context.
delegated: boolis the email stored in the delegated queue.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProcessMessage
impl Send for ProcessMessage
impl Sync for ProcessMessage
impl Unpin for ProcessMessage
impl UnwindSafe for ProcessMessage
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