pub enum TabulationClearMode {
Current,
All,
}
Expand description
Mode for clearing tab stops
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TabulationClearMode
impl RefUnwindSafe for TabulationClearMode
impl Send for TabulationClearMode
impl Sync for TabulationClearMode
impl Unpin for TabulationClearMode
impl UnwindSafe for TabulationClearMode
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