pub struct RunStepDetailsToolCallsFileSearchObject {
pub id: String,
pub type: String,
pub file_search: RunStepDetailsToolCallsFileSearchObject_FileSearch,
}Fields§
§id: StringThe ID of the tool call object.
type: StringThe type of tool call.
file_search: RunStepDetailsToolCallsFileSearchObject_FileSearchTrait Implementations§
Source§impl Clone for RunStepDetailsToolCallsFileSearchObject
impl Clone for RunStepDetailsToolCallsFileSearchObject
Source§fn clone(&self) -> RunStepDetailsToolCallsFileSearchObject
fn clone(&self) -> RunStepDetailsToolCallsFileSearchObject
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 RunStepDetailsToolCallsFileSearchObject
impl RefUnwindSafe for RunStepDetailsToolCallsFileSearchObject
impl Send for RunStepDetailsToolCallsFileSearchObject
impl Sync for RunStepDetailsToolCallsFileSearchObject
impl Unpin for RunStepDetailsToolCallsFileSearchObject
impl UnwindSafe for RunStepDetailsToolCallsFileSearchObject
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