pub struct RunStepDetailsToolCallsFileSearchResultObjectContent {
pub text: Option<String>,
}
Fields§
§text: Option<String>
The text content of the file.
Trait Implementations§
source§impl Clone for RunStepDetailsToolCallsFileSearchResultObjectContent
impl Clone for RunStepDetailsToolCallsFileSearchResultObjectContent
source§fn clone(&self) -> RunStepDetailsToolCallsFileSearchResultObjectContent
fn clone(&self) -> RunStepDetailsToolCallsFileSearchResultObjectContent
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for RunStepDetailsToolCallsFileSearchResultObjectContent
impl<'de> Deserialize<'de> for RunStepDetailsToolCallsFileSearchResultObjectContent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RunStepDetailsToolCallsFileSearchResultObjectContent
impl PartialEq for RunStepDetailsToolCallsFileSearchResultObjectContent
source§fn eq(
&self,
other: &RunStepDetailsToolCallsFileSearchResultObjectContent,
) -> bool
fn eq( &self, other: &RunStepDetailsToolCallsFileSearchResultObjectContent, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RunStepDetailsToolCallsFileSearchResultObjectContent
Auto Trait Implementations§
impl Freeze for RunStepDetailsToolCallsFileSearchResultObjectContent
impl RefUnwindSafe for RunStepDetailsToolCallsFileSearchResultObjectContent
impl Send for RunStepDetailsToolCallsFileSearchResultObjectContent
impl Sync for RunStepDetailsToolCallsFileSearchResultObjectContent
impl Unpin for RunStepDetailsToolCallsFileSearchResultObjectContent
impl UnwindSafe for RunStepDetailsToolCallsFileSearchResultObjectContent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)