pub enum LineClearMode {
Right,
Left,
All,
}
Expand description
Mode for clearing line
Relative to cursor
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineClearMode
impl RefUnwindSafe for LineClearMode
impl Send for LineClearMode
impl Sync for LineClearMode
impl Unpin for LineClearMode
impl UnwindSafe for LineClearMode
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