pub enum TextSelectionArea {
Index(IndexesSelection),
Granular(GranularSelection),
}Variants§
Index(IndexesSelection)
Granular(GranularSelection)
Auto Trait Implementations§
impl Freeze for TextSelectionArea
impl RefUnwindSafe for TextSelectionArea
impl Send for TextSelectionArea
impl Sync for TextSelectionArea
impl Unpin for TextSelectionArea
impl UnwindSafe for TextSelectionArea
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