pub struct RunResult {
pub version: String,
pub text: String,
pub object_ids: Vec<String>,
pub diagnostics: String,
}Expand description
Host result after output objects have been saved.
Fields§
§version: StringExact published version selected for this call.
text: StringExact guest-produced UTF-8 text.
object_ids: Vec<String>§diagnostics: StringTrait Implementations§
impl Eq for RunResult
impl StructuralPartialEq for RunResult
Auto Trait Implementations§
impl Freeze for RunResult
impl RefUnwindSafe for RunResult
impl Send for RunResult
impl Sync for RunResult
impl Unpin for RunResult
impl UnsafeUnpin for RunResult
impl UnwindSafe for RunResult
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