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