pub struct EraseLine;
Expand description
The unit EraseLine
command.
Trait Implementations§
impl Command for EraseLine
impl Copy for EraseLine
impl Eq for EraseLine
impl StructuralPartialEq for EraseLine
Auto Trait Implementations§
impl Freeze for EraseLine
impl RefUnwindSafe for EraseLine
impl Send for EraseLine
impl Sync for EraseLine
impl Unpin for EraseLine
impl UnwindSafe for EraseLine
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