pub enum IndentDiff {
Indent,
Same,
Dedent,
}Variants§
Trait Implementations§
Source§impl Clone for IndentDiff
impl Clone for IndentDiff
Source§fn clone(&self) -> IndentDiff
fn clone(&self) -> IndentDiff
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 IndentDiff
impl Debug for IndentDiff
Source§impl PartialEq for IndentDiff
impl PartialEq for IndentDiff
impl Copy for IndentDiff
impl Eq for IndentDiff
impl StructuralPartialEq for IndentDiff
Auto Trait Implementations§
impl Freeze for IndentDiff
impl RefUnwindSafe for IndentDiff
impl Send for IndentDiff
impl Sync for IndentDiff
impl Unpin for IndentDiff
impl UnsafeUnpin for IndentDiff
impl UnwindSafe for IndentDiff
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