pub enum ShiftTo {
Right(u8),
Left(u8),
}Expand description
Enumeration of possible methods to shift a cursor or display.
Variants§
Auto Trait Implementations§
impl Freeze for ShiftTo
impl RefUnwindSafe for ShiftTo
impl Send for ShiftTo
impl Sync for ShiftTo
impl Unpin for ShiftTo
impl UnwindSafe for ShiftTo
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