pub struct MailClient { /* private fields */ }Expand description
Shared outbound mail handle (app.state / clone into tasks).
Implementations§
Source§impl MailClient
impl MailClient
Trait Implementations§
Source§impl Clone for MailClient
impl Clone for MailClient
Source§fn clone(&self) -> MailClient
fn clone(&self) -> MailClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for MailClient
impl !UnwindSafe for MailClient
impl Freeze for MailClient
impl Send for MailClient
impl Sync for MailClient
impl Unpin for MailClient
impl UnsafeUnpin for MailClient
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