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§
source§impl Debug for SectionPath
impl Debug for SectionPath
source§impl PartialEq for SectionPath
impl PartialEq for SectionPath
source§fn 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more