pub enum TitleElement {
Paragraph(Paragraph),
EmptyLine,
}Variants§
Trait Implementations§
Source§impl Clone for TitleElement
impl Clone for TitleElement
Source§fn clone(&self) -> TitleElement
fn clone(&self) -> TitleElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TitleElement
impl Debug for TitleElement
Source§impl PartialEq for TitleElement
impl PartialEq for TitleElement
Source§impl Serialize for TitleElement
impl Serialize for TitleElement
impl StructuralPartialEq for TitleElement
Auto Trait Implementations§
impl Freeze for TitleElement
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