pub enum TextCursorDirection {
Show 13 variants
Forward,
Backward,
ForwardByWord,
BackwardByWord,
NextLine,
PreviousLine,
PreviousCharacter,
StartOfLine,
EndOfLine,
StartOfParagraph,
EndOfParagraph,
StartOfText,
EndOfText,
}
Variants§
Forward
Backward
ForwardByWord
BackwardByWord
NextLine
PreviousLine
PreviousCharacter
StartOfLine
EndOfLine
StartOfParagraph
EndOfParagraph
StartOfText
EndOfText
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextCursorDirection
impl RefUnwindSafe for TextCursorDirection
impl Send for TextCursorDirection
impl Sync for TextCursorDirection
impl Unpin for TextCursorDirection
impl UnwindSafe for TextCursorDirection
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