pub struct RunStepDeltaStepDetailsToolCallsCodeOutputImageObject {
pub index: i64,
pub type: String,
pub image: Option<RunStepDeltaStepDetailsToolCallsCodeOutputImageObject_Image>,
}
Fields§
§index: i64
The index of the output in the outputs array.
type: String
Always image
.
image: Option<RunStepDeltaStepDetailsToolCallsCodeOutputImageObject_Image>
Trait Implementations§
Source§impl Clone for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl Clone for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
Source§fn clone(&self) -> RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
fn clone(&self) -> RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
Returns a copy 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 RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl Default for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
Source§fn default() -> RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
fn default() -> RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl RefUnwindSafe for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl Send for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl Sync for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl Unpin for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl UnwindSafe for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
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