pub enum ExternalDragKind {
EnterFiles(ExternalDragFiles),
OverFiles(ExternalDragFiles),
DropFiles(ExternalDragFiles),
Leave,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalDragKind
impl Clone for ExternalDragKind
Source§fn clone(&self) -> ExternalDragKind
fn clone(&self) -> ExternalDragKind
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 ExternalDragKind
impl Debug for ExternalDragKind
Source§impl PartialEq for ExternalDragKind
impl PartialEq for ExternalDragKind
impl StructuralPartialEq for ExternalDragKind
Auto Trait Implementations§
impl Freeze for ExternalDragKind
impl RefUnwindSafe for ExternalDragKind
impl Send for ExternalDragKind
impl Sync for ExternalDragKind
impl Unpin for ExternalDragKind
impl UnsafeUnpin for ExternalDragKind
impl UnwindSafe for ExternalDragKind
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