pub enum DragResult {
Dropped,
Cancel,
}
Variants§
Trait Implementations§
Source§impl Clone for DragResult
impl Clone for DragResult
Source§fn clone(&self) -> DragResult
fn clone(&self) -> DragResult
Returns a duplicate 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 DragResult
impl Debug for DragResult
impl Copy for DragResult
Auto Trait Implementations§
impl Freeze for DragResult
impl RefUnwindSafe for DragResult
impl Send for DragResult
impl Sync for DragResult
impl Unpin for DragResult
impl UnwindSafe for DragResult
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