pub struct MailService { /* private fields */ }Expand description
邮件服务统一入口。 MailService:邮件服务的统一入口
提供对邮件 API v1 的访问能力
Implementations§
Trait Implementations§
Source§impl Clone for MailService
impl Clone for MailService
Source§fn clone(&self) -> MailService
fn clone(&self) -> MailService
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 Freeze for MailService
impl !RefUnwindSafe for MailService
impl Send for MailService
impl Sync for MailService
impl Unpin for MailService
impl UnsafeUnpin for MailService
impl !UnwindSafe for MailService
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