pub struct RunStepDeltaStepDetailsToolCallsCodeOutputImageObject {
pub image: Option<RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage>,
pub index: i32,
pub _type: String,
}
Fields§
§image: Option<RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage>
§index: i32
The index of the output in the outputs array.
_type: String
Always image
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsToolCallsCodeOutputImageObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. 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