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