pub struct TaskSpec {
pub id: String,
pub label: String,
pub program: String,
pub args: Vec<String>,
pub cwd: PathBuf,
}Fields§
§id: String§label: String§program: String§args: Vec<String>§cwd: PathBufTrait Implementations§
impl Eq for TaskSpec
impl StructuralPartialEq for TaskSpec
Auto Trait Implementations§
impl Freeze for TaskSpec
impl RefUnwindSafe for TaskSpec
impl Send for TaskSpec
impl Sync for TaskSpec
impl Unpin for TaskSpec
impl UnsafeUnpin for TaskSpec
impl UnwindSafe for TaskSpec
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