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