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