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