pub struct NullDispatch;Trait Implementations§
Source§impl Debug for NullDispatch
impl Debug for NullDispatch
Source§impl MailDispatch for NullDispatch
impl MailDispatch for NullDispatch
fn send_mail<'a, 's, 'f>(
&'a self,
_session: &'s SessionInfo,
transaction: Transaction,
) -> Pin<Box<dyn Future<Output = Result<Transaction, DispatchError>> + Sync + Send + 'f>>where
'a: 'f,
's: 'f,
Auto Trait Implementations§
impl Freeze for NullDispatch
impl RefUnwindSafe for NullDispatch
impl Send for NullDispatch
impl Sync for NullDispatch
impl Unpin for NullDispatch
impl UnwindSafe for NullDispatch
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