Enum note_mark::parser::config::ParagraphEnding
source · pub enum ParagraphEnding {
AllowSoftBreak,
HardBreak,
}
Expand description
Ending of paragraph.
Variants§
Trait Implementations§
source§impl Clone for ParagraphEnding
impl Clone for ParagraphEnding
source§fn clone(&self) -> ParagraphEnding
fn clone(&self) -> ParagraphEnding
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 ParagraphEnding
impl Debug for ParagraphEnding
source§impl PartialEq<ParagraphEnding> for ParagraphEnding
impl PartialEq<ParagraphEnding> for ParagraphEnding
source§fn eq(&self, other: &ParagraphEnding) -> bool
fn eq(&self, other: &ParagraphEnding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.