pub struct DumpCommandOps<'a> {
pub config_path: Option<&'a str>,
pub session_select_mode: SessionSelectModeOption,
pub ignore_existing_sessions: bool,
pub tmux_args: Vec<&'a str>,
}Fields§
§config_path: Option<&'a str>§session_select_mode: SessionSelectModeOption§ignore_existing_sessions: bool§tmux_args: Vec<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DumpCommandOps<'a>
impl<'a> RefUnwindSafe for DumpCommandOps<'a>
impl<'a> Send for DumpCommandOps<'a>
impl<'a> Sync for DumpCommandOps<'a>
impl<'a> Unpin for DumpCommandOps<'a>
impl<'a> UnwindSafe for DumpCommandOps<'a>
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