pub enum LineMove {
Up,
Down,
}Expand description
Direction in which move_segment shifts text.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineMove
impl RefUnwindSafe for LineMove
impl Send for LineMove
impl Sync for LineMove
impl Unpin for LineMove
impl UnsafeUnpin for LineMove
impl UnwindSafe for LineMove
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