pub struct WorkspaceTabStripDragDiagnostics {
pub pane_id: Option<Arc<str>>,
pub pointer_id: Option<PointerId>,
pub dragging: bool,
pub dragged_tab_id: Option<Arc<str>>,
}Fields§
§pane_id: Option<Arc<str>>§pointer_id: Option<PointerId>§dragging: bool§dragged_tab_id: Option<Arc<str>>Trait Implementations§
Source§impl Clone for WorkspaceTabStripDragDiagnostics
impl Clone for WorkspaceTabStripDragDiagnostics
Source§fn clone(&self) -> WorkspaceTabStripDragDiagnostics
fn clone(&self) -> WorkspaceTabStripDragDiagnostics
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 PartialEq for WorkspaceTabStripDragDiagnostics
impl PartialEq for WorkspaceTabStripDragDiagnostics
Source§fn eq(&self, other: &WorkspaceTabStripDragDiagnostics) -> bool
fn eq(&self, other: &WorkspaceTabStripDragDiagnostics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkspaceTabStripDragDiagnostics
Auto Trait Implementations§
impl Freeze for WorkspaceTabStripDragDiagnostics
impl RefUnwindSafe for WorkspaceTabStripDragDiagnostics
impl Send for WorkspaceTabStripDragDiagnostics
impl Sync for WorkspaceTabStripDragDiagnostics
impl Unpin for WorkspaceTabStripDragDiagnostics
impl UnsafeUnpin for WorkspaceTabStripDragDiagnostics
impl UnwindSafe for WorkspaceTabStripDragDiagnostics
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