pub struct ThematicBreak {
pub position: Option<Position>,
}
Expand description
Thematic break.
> | ***
^^^
Fields§
§position: Option<Position>
Positional info.
Trait Implementations§
Source§impl Clone for ThematicBreak
impl Clone for ThematicBreak
Source§fn clone(&self) -> ThematicBreak
fn clone(&self) -> ThematicBreak
Returns a copy 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 ThematicBreak
impl Debug for ThematicBreak
Source§impl PartialEq for ThematicBreak
impl PartialEq for ThematicBreak
impl Eq for ThematicBreak
impl StructuralPartialEq for ThematicBreak
Auto Trait Implementations§
impl Freeze for ThematicBreak
impl RefUnwindSafe for ThematicBreak
impl Send for ThematicBreak
impl Sync for ThematicBreak
impl Unpin for ThematicBreak
impl UnwindSafe for ThematicBreak
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