pub enum DragPhase {
Starting,
Dragging,
Dropped,
Canceled,
}Variants§
Trait Implementations§
impl Copy for DragPhase
impl Eq for DragPhase
impl StructuralPartialEq for DragPhase
Auto Trait Implementations§
impl Freeze for DragPhase
impl RefUnwindSafe for DragPhase
impl Send for DragPhase
impl Sync for DragPhase
impl Unpin for DragPhase
impl UnsafeUnpin for DragPhase
impl UnwindSafe for DragPhase
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