Enum imap_proto::types::SectionPath
source · [−]pub enum SectionPath {
Full(MessageSection),
Part(Vec<u32>, Option<MessageSection>),
}Variants
Full(MessageSection)
Part(Vec<u32>, Option<MessageSection>)
Trait Implementations
sourceimpl Debug for SectionPath
impl Debug for SectionPath
sourceimpl PartialEq<SectionPath> for SectionPath
impl PartialEq<SectionPath> for SectionPath
sourcefn eq(&self, other: &SectionPath) -> bool
fn eq(&self, other: &SectionPath) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SectionPath) -> bool
fn ne(&self, other: &SectionPath) -> bool
This method tests for !=.
impl Eq for SectionPath
impl StructuralEq for SectionPath
impl StructuralPartialEq for SectionPath
Auto Trait Implementations
impl RefUnwindSafe for SectionPath
impl Send for SectionPath
impl Sync for SectionPath
impl Unpin for SectionPath
impl UnwindSafe for SectionPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more