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
impl Eq for SectionPath
impl StructuralPartialEq for SectionPath
Auto Trait Implementations§
impl Freeze for SectionPath
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