Enum makepad_draw::DragItem
source · pub enum DragItem {
FilePath {
path: String,
internal_id: Option<LiveId>,
},
String {
value: String,
internal_id: Option<LiveId>,
},
}Variants§
Trait Implementations§
source§impl PartialEq<DragItem> for DragItem
impl PartialEq<DragItem> for DragItem
impl StructuralPartialEq for DragItem
Auto Trait Implementations§
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> 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