pub struct PaneSnapshot {
pub cwd: PathBuf,
pub active: bool,
pub layout: Option<PaneLayout>,
}Fields§
§cwd: PathBuf§active: bool§layout: Option<PaneLayout>Trait Implementations§
Source§impl Clone for PaneSnapshot
impl Clone for PaneSnapshot
Source§fn clone(&self) -> PaneSnapshot
fn clone(&self) -> PaneSnapshot
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 PaneSnapshot
impl Debug for PaneSnapshot
impl Eq for PaneSnapshot
Source§impl PartialEq for PaneSnapshot
impl PartialEq for PaneSnapshot
Source§fn eq(&self, other: &PaneSnapshot) -> bool
fn eq(&self, other: &PaneSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaneSnapshot
Auto Trait Implementations§
impl Freeze for PaneSnapshot
impl RefUnwindSafe for PaneSnapshot
impl Send for PaneSnapshot
impl Sync for PaneSnapshot
impl Unpin for PaneSnapshot
impl UnsafeUnpin for PaneSnapshot
impl UnwindSafe for PaneSnapshot
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