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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for IndentRule
impl PartialEq for IndentRule
impl Copy for IndentRule
impl Eq for IndentRule
impl StructuralPartialEq for IndentRule
Auto Trait Implementations§
impl Freeze for IndentRule
impl RefUnwindSafe for IndentRule
impl Send for IndentRule
impl Sync for IndentRule
impl Unpin for IndentRule
impl UnwindSafe for IndentRule
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