pub struct CommandLineTask {
pub id: String,
pub command: String,
pub args: Vec<String>,
}Fields§
§id: String§command: String§args: Vec<String>Trait Implementations§
Source§impl Debug for CommandLineTask
impl Debug for CommandLineTask
Source§impl ReactiveTask for CommandLineTask
impl ReactiveTask for CommandLineTask
Auto Trait Implementations§
impl Freeze for CommandLineTask
impl RefUnwindSafe for CommandLineTask
impl Send for CommandLineTask
impl Sync for CommandLineTask
impl Unpin for CommandLineTask
impl UnwindSafe for CommandLineTask
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