pub struct KillPaneOutcome { /* private fields */ }Expand description
The result of removing one pane from a session window.
Implementations§
Source§impl KillPaneOutcome
impl KillPaneOutcome
Sourcepub fn removed_pane_ids(&self) -> &[PaneId]
pub fn removed_pane_ids(&self) -> &[PaneId]
Returns the stable pane identities removed by the operation.
Sourcepub const fn window_destroyed(&self) -> bool
pub const fn window_destroyed(&self) -> bool
Returns whether removing the pane also destroyed its window.
Trait Implementations§
Source§impl Clone for KillPaneOutcome
impl Clone for KillPaneOutcome
Source§fn clone(&self) -> KillPaneOutcome
fn clone(&self) -> KillPaneOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KillPaneOutcome
impl Debug for KillPaneOutcome
impl Eq for KillPaneOutcome
Source§impl PartialEq for KillPaneOutcome
impl PartialEq for KillPaneOutcome
impl StructuralPartialEq for KillPaneOutcome
Auto Trait Implementations§
impl Freeze for KillPaneOutcome
impl RefUnwindSafe for KillPaneOutcome
impl Send for KillPaneOutcome
impl Sync for KillPaneOutcome
impl Unpin for KillPaneOutcome
impl UnsafeUnpin for KillPaneOutcome
impl UnwindSafe for KillPaneOutcome
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