pub enum DragItem {
FilePath {
path: String,
internal_id: Option<LiveId>,
},
String {
value: String,
internal_id: Option<LiveId>,
},
}
Variants§
Trait Implementations§
impl StructuralPartialEq for DragItem
Auto Trait Implementations§
impl Freeze for DragItem
impl RefUnwindSafe for DragItem
impl Send for DragItem
impl Sync for DragItem
impl Unpin for DragItem
impl UnwindSafe for DragItem
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