pub enum Dragging {
Grapheme,
Word,
Line,
}Expand description
The type of dragging selection.
Variants§
Trait Implementations§
impl Copy for Dragging
impl Eq for Dragging
impl StructuralPartialEq for Dragging
Auto Trait Implementations§
impl Freeze for Dragging
impl RefUnwindSafe for Dragging
impl Send for Dragging
impl Sync for Dragging
impl Unpin for Dragging
impl UnwindSafe for Dragging
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