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