pub enum EraseInDisplay {
FromCursorToEnd,
FromCursorToBeginning,
EntireScreen,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EraseInDisplay
impl RefUnwindSafe for EraseInDisplay
impl Send for EraseInDisplay
impl Sync for EraseInDisplay
impl Unpin for EraseInDisplay
impl UnwindSafe for EraseInDisplay
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