pub struct RunStepDetailsToolCallsCodeOutputImageObject {
pub type: String,
pub image: RunStepDetailsToolCallsCodeOutputImageObject_Image,
}
Fields§
§type: String
Always image
.
image: RunStepDetailsToolCallsCodeOutputImageObject_Image
Trait Implementations§
Source§impl Clone for RunStepDetailsToolCallsCodeOutputImageObject
impl Clone for RunStepDetailsToolCallsCodeOutputImageObject
Source§fn clone(&self) -> RunStepDetailsToolCallsCodeOutputImageObject
fn clone(&self) -> RunStepDetailsToolCallsCodeOutputImageObject
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 moreAuto Trait Implementations§
impl Freeze for RunStepDetailsToolCallsCodeOutputImageObject
impl RefUnwindSafe for RunStepDetailsToolCallsCodeOutputImageObject
impl Send for RunStepDetailsToolCallsCodeOutputImageObject
impl Sync for RunStepDetailsToolCallsCodeOutputImageObject
impl Unpin for RunStepDetailsToolCallsCodeOutputImageObject
impl UnwindSafe for RunStepDetailsToolCallsCodeOutputImageObject
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