pub struct EraseRestOfLine;
Expand description
The unit EraseRestOfLine
command.
Trait Implementations§
Source§impl Clone for EraseRestOfLine
impl Clone for EraseRestOfLine
Source§fn clone(&self) -> EraseRestOfLine
fn clone(&self) -> EraseRestOfLine
Returns a copy 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 EraseRestOfLine
impl Debug for EraseRestOfLine
Source§impl Display for EraseRestOfLine
impl Display for EraseRestOfLine
Source§impl PartialEq for EraseRestOfLine
impl PartialEq for EraseRestOfLine
impl Command for EraseRestOfLine
impl Copy for EraseRestOfLine
impl Eq for EraseRestOfLine
impl StructuralPartialEq for EraseRestOfLine
Auto Trait Implementations§
impl Freeze for EraseRestOfLine
impl RefUnwindSafe for EraseRestOfLine
impl Send for EraseRestOfLine
impl Sync for EraseRestOfLine
impl Unpin for EraseRestOfLine
impl UnwindSafe for EraseRestOfLine
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