Struct smtp_queue_fs::FsQueuedMail
source · [−]pub struct FsQueuedMail { /* private fields */ }
Trait Implementations
sourceimpl Debug for FsQueuedMail
impl Debug for FsQueuedMail
sourceimpl QueuedMail for FsQueuedMail
impl QueuedMail for FsQueuedMail
sourceimpl<U> StorageEnqueuer<U, FsStorage<U>, FsQueuedMail> for FsEnqueuer<U> where
U: 'static + Send + Sync + for<'a> Deserialize<'a> + Serialize,
impl<U> StorageEnqueuer<U, FsStorage<U>, FsQueuedMail> for FsEnqueuer<U> where
U: 'static + Send + Sync + for<'a> Deserialize<'a> + Serialize,
fn commit<'async_trait>(
self,
destinations: Vec<(MailMetadata<U>, ScheduleInfo)>
) -> Pin<Box<dyn Future<Output = Result<Vec<FsQueuedMail>, Error>> + Send + 'async_trait>> where
Self: 'async_trait,
Auto Trait Implementations
impl RefUnwindSafe for FsQueuedMail
impl Send for FsQueuedMail
impl Sync for FsQueuedMail
impl Unpin for FsQueuedMail
impl UnwindSafe for FsQueuedMail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more