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