Struct mime_multipart::Part [] [src]

pub struct Part {
    pub headers: Headers,
    pub body: Vec<u8>,
}

A multipart part which is not a file (stored in memory)

Fields

Methods

impl Part
[src]

Mime content-type specified in the header

Trait Implementations

impl PartialEq for Part
[src]

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

This method tests for !=.

impl Debug for Part
[src]

Formats the value using the given formatter.

impl Clone for Part
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more