pub enum InternalDragKind {
Enter,
Over,
Drop,
Leave,
Cancel,
}Variants§
Trait Implementations§
Source§impl Clone for InternalDragKind
impl Clone for InternalDragKind
Source§fn clone(&self) -> InternalDragKind
fn clone(&self) -> InternalDragKind
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 InternalDragKind
impl Debug for InternalDragKind
Source§impl PartialEq for InternalDragKind
impl PartialEq for InternalDragKind
impl Copy for InternalDragKind
impl StructuralPartialEq for InternalDragKind
Auto Trait Implementations§
impl Freeze for InternalDragKind
impl RefUnwindSafe for InternalDragKind
impl Send for InternalDragKind
impl Sync for InternalDragKind
impl Unpin for InternalDragKind
impl UnsafeUnpin for InternalDragKind
impl UnwindSafe for InternalDragKind
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