pub struct PanePlan {
pub layout: Option<PaneLayout>,
pub cwd: PathBuf,
pub command: Option<String>,
pub zoom: bool,
}Fields§
§layout: Option<PaneLayout>§cwd: PathBuf§command: Option<String>§zoom: boolTrait Implementations§
impl Eq for PanePlan
impl StructuralPartialEq for PanePlan
Auto Trait Implementations§
impl Freeze for PanePlan
impl RefUnwindSafe for PanePlan
impl Send for PanePlan
impl Sync for PanePlan
impl Unpin for PanePlan
impl UnsafeUnpin for PanePlan
impl UnwindSafe for PanePlan
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