Struct workspace::pane::CloseItemById
source · pub struct CloseItemById {
pub item_id: usize,
pub pane: WeakViewHandle<Pane>,
}
Fields§
§item_id: usize
§pane: WeakViewHandle<Pane>
Trait Implementations§
source§impl Clone for CloseItemById
impl Clone for CloseItemById
source§fn clone(&self) -> CloseItemById
fn clone(&self) -> CloseItemById
Returns a copy 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<CloseItemById> for CloseItemById
impl PartialEq<CloseItemById> for CloseItemById
source§fn eq(&self, other: &CloseItemById) -> bool
fn eq(&self, other: &CloseItemById) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CloseItemById
Auto Trait Implementations§
impl !RefUnwindSafe for CloseItemById
impl !Send for CloseItemById
impl !Sync for CloseItemById
impl Unpin for CloseItemById
impl !UnwindSafe for CloseItemById
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