pub enum ThematicBreakMarker {
Dash,
Asterisk,
Underscore,
}Expand description
The character used to draw a ThematicBreak.
Variants§
Trait Implementations§
Source§impl Clone for ThematicBreakMarker
impl Clone for ThematicBreakMarker
Source§fn clone(&self) -> ThematicBreakMarker
fn clone(&self) -> ThematicBreakMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ThematicBreakMarker
Source§impl Debug for ThematicBreakMarker
impl Debug for ThematicBreakMarker
impl Eq for ThematicBreakMarker
Source§impl PartialEq for ThematicBreakMarker
impl PartialEq for ThematicBreakMarker
Source§fn eq(&self, other: &ThematicBreakMarker) -> bool
fn eq(&self, other: &ThematicBreakMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThematicBreakMarker
Auto Trait Implementations§
impl Freeze for ThematicBreakMarker
impl RefUnwindSafe for ThematicBreakMarker
impl Send for ThematicBreakMarker
impl Sync for ThematicBreakMarker
impl Unpin for ThematicBreakMarker
impl UnsafeUnpin for ThematicBreakMarker
impl UnwindSafe for ThematicBreakMarker
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