pub enum CursorTarget {
EndOfLine,
NextLine,
NextLineKeepX,
}
Variants§
Trait Implementations§
Source§impl Clone for CursorTarget
impl Clone for CursorTarget
Source§fn clone(&self) -> CursorTarget
fn clone(&self) -> CursorTarget
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CursorTarget
impl Debug for CursorTarget
impl Copy for CursorTarget
Auto Trait Implementations§
impl Freeze for CursorTarget
impl RefUnwindSafe for CursorTarget
impl Send for CursorTarget
impl Sync for CursorTarget
impl Unpin for CursorTarget
impl UnwindSafe for CursorTarget
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