pub struct ExportedProject {
pub path: String,
pub session_name: String,
pub startup_window: String,
pub startup_pane: usize,
pub windows: Vec<ExportedWindow>,
}Fields§
§path: String§session_name: String§startup_window: String§startup_pane: usize§windows: Vec<ExportedWindow>Implementations§
Trait Implementations§
Source§impl Clone for ExportedProject
impl Clone for ExportedProject
Source§fn clone(&self) -> ExportedProject
fn clone(&self) -> ExportedProject
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 ExportedProject
impl Debug for ExportedProject
Source§impl PartialEq for ExportedProject
impl PartialEq for ExportedProject
impl Eq for ExportedProject
impl StructuralPartialEq for ExportedProject
Auto Trait Implementations§
impl Freeze for ExportedProject
impl RefUnwindSafe for ExportedProject
impl Send for ExportedProject
impl Sync for ExportedProject
impl Unpin for ExportedProject
impl UnsafeUnpin for ExportedProject
impl UnwindSafe for ExportedProject
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