Struct workspace::pane::DraggedItem
source · pub struct DraggedItem {
pub handle: Box<dyn ItemHandle>,
pub pane: WeakViewHandle<Pane>,
}
Fields§
§handle: Box<dyn ItemHandle>
§pane: WeakViewHandle<Pane>
Auto Trait Implementations§
impl !RefUnwindSafe for DraggedItem
impl !Send for DraggedItem
impl !Sync for DraggedItem
impl Unpin for DraggedItem
impl !UnwindSafe for DraggedItem
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