Enum imap_proto::types::SectionPath [] [src]

pub enum SectionPath {
    Full(MessageSection),
    Part(Vec<u32>, Option<MessageSection>),
}

Variants

Trait Implementations

impl Debug for SectionPath
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SectionPath
[src]

impl PartialEq for SectionPath
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SectionPath

impl Sync for SectionPath