Struct lettre_email::PartBuilder [] [src]

pub struct PartBuilder { /* fields omitted */ }

Builds a MimeMessage structure

Methods

impl PartBuilder
[src]

[src]

Creates a new empty part

[src]

Adds a generic header

[src]

Adds a generic header

[src]

Sets the body

[src]

Sets the body

[src]

Defines a MimeMultipartType value

[src]

Defines a MimeMultipartType value

[src]

Adds a ContentType header with the given MIME type

[src]

Adds a ContentType header with the given MIME type

[src]

Adds a child part

[src]

Adds a child part

[src]

Gets builded MimeMessage

Trait Implementations

impl PartialEq for PartBuilder
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for PartBuilder
[src]

impl Clone for PartBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PartBuilder
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PartBuilder
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for PartBuilder

impl Sync for PartBuilder