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