[][src]Struct samotop_core::service::mail::default::DefaultMailService

pub struct DefaultMailService;

Trait Implementations

impl Clone for DefaultMailService[src]

impl Debug for DefaultMailService[src]

impl EsmtpService for DefaultMailService[src]

impl MailGuard for DefaultMailService[src]

impl MailQueue for DefaultMailService[src]

type Mail = MailSink

type MailFuture = Ready<Option<Self::Mail>>

impl NamedService for DefaultMailService[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> MailService for T where
    T: NamedService + EsmtpService + MailGuard + MailQueue
[src]

impl<T> MailServiceBuilder for T where
    T: Clone + MailService
[src]

type Named = T

type Esmtp = T

type Guard = T

type Queue = T

impl<T, NS, ES, GS, QS> MailSetup<NS, ES, GS, QS> for T where
    ES: EsmtpService,
    GS: MailGuard,
    NS: NamedService,
    QS: MailQueue,
    T: NamedService
[src]

type Output = (T, ES, GS, QS)

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.