pub struct RunStepDetailsToolCallsCodeOutputImageObject_Image {
pub file_id: String,
}
Fields§
§file_id: String
The file ID of the image.
Trait Implementations§
Source§impl Clone for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl Clone for RunStepDetailsToolCallsCodeOutputImageObject_Image
Source§fn clone(&self) -> RunStepDetailsToolCallsCodeOutputImageObject_Image
fn clone(&self) -> RunStepDetailsToolCallsCodeOutputImageObject_Image
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 moreSource§impl Default for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl Default for RunStepDetailsToolCallsCodeOutputImageObject_Image
Source§fn default() -> RunStepDetailsToolCallsCodeOutputImageObject_Image
fn default() -> RunStepDetailsToolCallsCodeOutputImageObject_Image
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl RefUnwindSafe for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl Send for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl Sync for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl Unpin for RunStepDetailsToolCallsCodeOutputImageObject_Image
impl UnwindSafe for RunStepDetailsToolCallsCodeOutputImageObject_Image
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