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 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<'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