Enum imap_proto::types::SectionPath [−][src]
pub enum SectionPath {
Full(MessageSection),
Part(Vec<u32>, Option<MessageSection>),
}Variants
Tuple Fields of Full
Tuple Fields of Part
0: Vec<u32>1: Option<MessageSection>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.