pub enum DragResponse {
None,
Copy,
Link,
Move,
}
Variants§
Trait Implementations§
Source§impl Clone for DragResponse
impl Clone for DragResponse
Source§fn clone(&self) -> DragResponse
fn clone(&self) -> DragResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DragResponse
impl Debug for DragResponse
Source§impl PartialEq for DragResponse
impl PartialEq for DragResponse
impl Copy for DragResponse
impl StructuralPartialEq for DragResponse
Auto Trait Implementations§
impl Freeze for DragResponse
impl RefUnwindSafe for DragResponse
impl Send for DragResponse
impl Sync for DragResponse
impl Unpin for DragResponse
impl UnwindSafe for DragResponse
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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