Enum fb2::SectionContentValue
source · pub enum SectionContentValue {
ChildSections(Vec<Section>),
SectionParts(SectionParts),
}Variants§
ChildSections(Vec<Section>)
SectionParts(SectionParts)
Trait Implementations§
source§impl Debug for SectionContentValue
impl Debug for SectionContentValue
source§impl PartialEq<SectionContentValue> for SectionContentValue
impl PartialEq<SectionContentValue> for SectionContentValue
source§fn eq(&self, other: &SectionContentValue) -> bool
fn eq(&self, other: &SectionContentValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SectionContentValue
Auto Trait Implementations§
impl RefUnwindSafe for SectionContentValue
impl Send for SectionContentValue
impl Sync for SectionContentValue
impl Unpin for SectionContentValue
impl UnwindSafe for SectionContentValue
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