pub enum SectionLineStyle {
OverAndUnder(char),
Under(char),
}Expand description
A section can be underlined, or over- and underlined with a certain character.
Variants§
Trait Implementations§
Source§impl Clone for SectionLineStyle
impl Clone for SectionLineStyle
Source§fn clone(&self) -> SectionLineStyle
fn clone(&self) -> SectionLineStyle
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 SectionLineStyle
impl Debug for SectionLineStyle
Source§impl Hash for SectionLineStyle
impl Hash for SectionLineStyle
Source§impl PartialEq for SectionLineStyle
impl PartialEq for SectionLineStyle
impl Copy for SectionLineStyle
impl Eq for SectionLineStyle
impl StructuralPartialEq for SectionLineStyle
Auto Trait Implementations§
impl Freeze for SectionLineStyle
impl RefUnwindSafe for SectionLineStyle
impl Send for SectionLineStyle
impl Sync for SectionLineStyle
impl Unpin for SectionLineStyle
impl UnwindSafe for SectionLineStyle
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