pub struct JobOutput {
pub outputs: HashMap<String, String>,
}Expand description
Result of a successful job execution.
Fields§
§outputs: HashMap<String, String>Auto Trait Implementations§
impl Freeze for JobOutput
impl RefUnwindSafe for JobOutput
impl Send for JobOutput
impl Sync for JobOutput
impl Unpin for JobOutput
impl UnsafeUnpin for JobOutput
impl UnwindSafe for JobOutput
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