pub enum HttpEmailProvider {
SendGrid,
Resend,
Webhook,
}Variants§
Trait Implementations§
Source§impl Clone for HttpEmailProvider
impl Clone for HttpEmailProvider
Source§fn clone(&self) -> HttpEmailProvider
fn clone(&self) -> HttpEmailProvider
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 moreSource§impl Debug for HttpEmailProvider
impl Debug for HttpEmailProvider
impl Copy for HttpEmailProvider
Auto Trait Implementations§
impl Freeze for HttpEmailProvider
impl RefUnwindSafe for HttpEmailProvider
impl Send for HttpEmailProvider
impl Sync for HttpEmailProvider
impl Unpin for HttpEmailProvider
impl UnsafeUnpin for HttpEmailProvider
impl UnwindSafe for HttpEmailProvider
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