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