pub struct TaskExecutionResult {
pub repo_path: PathBuf,
pub branch_name: String,
pub output: String,
pub task_result: Option<TaskResult>,
}Fields§
§repo_path: PathBuf§branch_name: String§output: String§task_result: Option<TaskResult>Auto Trait Implementations§
impl Freeze for TaskExecutionResult
impl RefUnwindSafe for TaskExecutionResult
impl Send for TaskExecutionResult
impl Sync for TaskExecutionResult
impl Unpin for TaskExecutionResult
impl UnwindSafe for TaskExecutionResult
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