pub enum EmptyLinesMode {
Skip,
HonorIndent,
PrevIndent,
}Variants§
Trait Implementations§
Source§impl Clone for EmptyLinesMode
impl Clone for EmptyLinesMode
Source§fn clone(&self) -> EmptyLinesMode
fn clone(&self) -> EmptyLinesMode
Returns a duplicate 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 EmptyLinesMode
impl Debug for EmptyLinesMode
Source§impl PartialEq for EmptyLinesMode
impl PartialEq for EmptyLinesMode
impl Copy for EmptyLinesMode
impl Eq for EmptyLinesMode
impl StructuralPartialEq for EmptyLinesMode
Auto Trait Implementations§
impl Freeze for EmptyLinesMode
impl RefUnwindSafe for EmptyLinesMode
impl Send for EmptyLinesMode
impl Sync for EmptyLinesMode
impl Unpin for EmptyLinesMode
impl UnwindSafe for EmptyLinesMode
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