pub struct ClearLine;Expand description
Renders the ANSI escape sequence that erases the current terminal line and returns the cursor to the start of the line.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClearLine
impl RefUnwindSafe for ClearLine
impl Send for ClearLine
impl Sync for ClearLine
impl Unpin for ClearLine
impl UnsafeUnpin for ClearLine
impl UnwindSafe for ClearLine
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