Enum imap_proto::types::SectionPath
[−]
[src]
pub enum SectionPath {
Full(MessageSection),
Part(Vec<u32>, Option<MessageSection>),
}Variants
Full(MessageSection)Part(Vec<u32>, Option<MessageSection>)
Trait Implementations
impl Debug for SectionPath[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for SectionPath[src]
impl PartialEq for SectionPath[src]
fn eq(&self, __arg_0: &SectionPath) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SectionPath) -> bool[src]
This method tests for !=.