pub struct Executable {
pub name: String,
pub command: Command,
}Expand description
all information Conc needs to execute a command
Fields§
§name: Stringhow the command will be displayed
command: Commandthe command to execute
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Executable
impl !UnwindSafe for Executable
impl Freeze for Executable
impl Send for Executable
impl Sync for Executable
impl Unpin for Executable
impl UnsafeUnpin for Executable
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