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