pub struct OutputUpdate {
pub outputs: Value,
pub success: bool,
pub final_output: bool,
}Fields§
§outputs: Value§success: bool§final_output: boolTrait Implementations§
Source§impl Clone for OutputUpdate
impl Clone for OutputUpdate
Source§fn clone(&self) -> OutputUpdate
fn clone(&self) -> OutputUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OutputUpdate
impl RefUnwindSafe for OutputUpdate
impl Send for OutputUpdate
impl Sync for OutputUpdate
impl Unpin for OutputUpdate
impl UnsafeUnpin for OutputUpdate
impl UnwindSafe for OutputUpdate
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