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