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