pub enum IndentState {
Empty(usize),
NonEmpty(usize, usize),
}
Variants§
Trait Implementations§
Source§impl Clone for IndentState
impl Clone for IndentState
Source§fn clone(&self) -> IndentState
fn clone(&self) -> IndentState
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 IndentState
impl Debug for IndentState
Source§impl Hash for IndentState
impl Hash for IndentState
Source§impl PartialEq for IndentState
impl PartialEq for IndentState
impl Copy for IndentState
impl Eq for IndentState
impl StructuralPartialEq for IndentState
Auto Trait Implementations§
impl Freeze for IndentState
impl RefUnwindSafe for IndentState
impl Send for IndentState
impl Sync for IndentState
impl Unpin for IndentState
impl UnwindSafe for IndentState
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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