Enum imap_proto::types::MessageSection [] [src]

pub enum MessageSection {
    Header,
    Mime,
    Text,
}

Variants

Trait Implementations

impl Debug for MessageSection
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for MessageSection
[src]

impl PartialEq for MessageSection
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations