pub struct SendGridEmailService;
Expand description
SendGrid email service
Trait Implementations§
Source§impl Default for SendGridEmailService
impl Default for SendGridEmailService
Source§fn default() -> SendGridEmailService
fn default() -> SendGridEmailService
Returns the “default value” for a type. Read more
Source§impl EmailService for SendGridEmailService
impl EmailService for SendGridEmailService
Auto Trait Implementations§
impl Freeze for SendGridEmailService
impl RefUnwindSafe for SendGridEmailService
impl Send for SendGridEmailService
impl Sync for SendGridEmailService
impl Unpin for SendGridEmailService
impl UnwindSafe for SendGridEmailService
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