pub struct BuilderWithConfig { /* private fields */ }
Expand description

Represents the on-going builder configuration

Implementations

Use a given MailSetup to build a MailService.

See MailSetup for examples. Prefer to build with the + sign.

Finalize and produce the MailService.

Trait Implementations

Composing a mail service with +

Add given mail setup to the service configuration

The resulting type after applying the + operator.

Composing a mail service with +=

Performs the += operation. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.