Struct rss2email_lib::email::sendgrid::SendGrid
source · pub struct SendGrid { /* private fields */ }
Trait Implementations§
source§impl EmailProvider for SendGrid
impl EmailProvider for SendGrid
source§impl From<SendGrid> for EmailProviders
impl From<SendGrid> for EmailProviders
source§fn from(v: SendGrid) -> EmailProviders
fn from(v: SendGrid) -> EmailProviders
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SendGrid
impl Send for SendGrid
impl Sync for SendGrid
impl Unpin for SendGrid
impl UnwindSafe for SendGrid
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