pub enum CliAction {
OpenEditor {
files: Vec<PathBuf>,
},
RunScript {
script: String,
files: Vec<PathBuf>,
},
NineP {
aname: String,
cmd: Cmd9p,
path: String,
},
ListSessions,
RmSockets,
ShowHelp,
ShowVersion,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliAction
impl RefUnwindSafe for CliAction
impl Send for CliAction
impl Sync for CliAction
impl Unpin for CliAction
impl UnwindSafe for CliAction
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more