pub struct DragDropContext<T: DragDropId> { /* private fields */ }
Expand description
Context for Drag
and Drop
widgets. Only Drag
and Drop
widgets that share the same DragDropContext
can
interact with each other.
Trait Implementations§
Source§impl<T: DragDropId> Default for DragDropContext<T>
impl<T: DragDropId> Default for DragDropContext<T>
Auto Trait Implementations§
impl<T> !Freeze for DragDropContext<T>
impl<T> RefUnwindSafe for DragDropContext<T>
impl<T> Send for DragDropContext<T>
impl<T> Sync for DragDropContext<T>
impl<T> Unpin for DragDropContext<T>where
T: Unpin,
impl<T> UnwindSafe for DragDropContext<T>
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