pub struct RunStepDeltaStepDetailsToolCallsCodeOutputImageObject {
pub index: i64,
pub type: String,
pub image: RunStepDeltaStepDetailsToolCallsCodeOutputImageObject_Image,
}Fields§
§index: i64The index of the output in the outputs array.
type: StringAlways image.
image: RunStepDeltaStepDetailsToolCallsCodeOutputImageObject_ImageTrait 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 moreAuto 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