pub struct TaskCompletion {
pub output: String,
pub error: Option<String>,
pub final_status: TaskStatus,
}Fields§
§output: String§error: Option<String>§final_status: TaskStatusAuto Trait Implementations§
impl Freeze for TaskCompletion
impl RefUnwindSafe for TaskCompletion
impl Send for TaskCompletion
impl Sync for TaskCompletion
impl Unpin for TaskCompletion
impl UnsafeUnpin for TaskCompletion
impl UnwindSafe for TaskCompletion
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