pub struct UpdateCodeExecutionResultParams {
pub invocation_id: String,
pub code: String,
pub result_stdout: String,
pub result_stderr: String,
}Expand description
The parameters for updating the code execution result. */
Fields§
§invocation_id: String§code: String§result_stdout: String§result_stderr: StringTrait Implementations§
Source§impl Clone for UpdateCodeExecutionResultParams
impl Clone for UpdateCodeExecutionResultParams
Source§fn clone(&self) -> UpdateCodeExecutionResultParams
fn clone(&self) -> UpdateCodeExecutionResultParams
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 moreSource§impl Default for UpdateCodeExecutionResultParams
impl Default for UpdateCodeExecutionResultParams
Source§fn default() -> UpdateCodeExecutionResultParams
fn default() -> UpdateCodeExecutionResultParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateCodeExecutionResultParams
impl RefUnwindSafe for UpdateCodeExecutionResultParams
impl Send for UpdateCodeExecutionResultParams
impl Sync for UpdateCodeExecutionResultParams
impl Unpin for UpdateCodeExecutionResultParams
impl UnwindSafe for UpdateCodeExecutionResultParams
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