pub struct MailSent {
pub to: Vec<String>,
pub subject: String,
}Expand description
Fired after a message is accepted by the transport (fake/smtp/file).
Fields§
§to: Vec<String>§subject: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MailSent
impl RefUnwindSafe for MailSent
impl Send for MailSent
impl Sync for MailSent
impl Unpin for MailSent
impl UnsafeUnpin for MailSent
impl UnwindSafe for MailSent
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