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