Enum requestty_ui::backend::ClearType [−][src]
pub enum ClearType {
All,
FromCursorDown,
FromCursorUp,
CurrentLine,
UntilNewLine,
}Expand description
The different parts of the terminal that can be cleared at once.
Variants
All cells.
All cells from the cursor position downwards.
All cells from the cursor position upwards.
All cells at the cursor row.
All cells from the cursor position until the new line.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClearType
impl UnwindSafe for ClearType
Blanket Implementations
Mutably borrows from an owned value. Read more