pub enum ClearMode {
CursorToEnd = 0,
CursorToBegin = 1,
EntireLine = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for ClearMode
impl RefUnwindSafe for ClearMode
impl Send for ClearMode
impl Sync for ClearMode
impl Unpin for ClearMode
impl UnsafeUnpin for ClearMode
impl UnwindSafe for ClearMode
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