pub struct ExportedPane {
pub layout: Option<String>,
pub cwd: Option<String>,
}Fields§
§layout: Option<String>§cwd: Option<String>Trait Implementations§
Source§impl Clone for ExportedPane
impl Clone for ExportedPane
Source§fn clone(&self) -> ExportedPane
fn clone(&self) -> ExportedPane
Returns a duplicate 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 Debug for ExportedPane
impl Debug for ExportedPane
Source§impl PartialEq for ExportedPane
impl PartialEq for ExportedPane
impl Eq for ExportedPane
impl StructuralPartialEq for ExportedPane
Auto Trait Implementations§
impl Freeze for ExportedPane
impl RefUnwindSafe for ExportedPane
impl Send for ExportedPane
impl Sync for ExportedPane
impl Unpin for ExportedPane
impl UnsafeUnpin for ExportedPane
impl UnwindSafe for ExportedPane
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