pub struct RunStepDetailsToolCallsFileSearchResultObjectContent {
pub text: Option<String>,
pub _type: Option<String>,
}
Fields§
§text: Option<String>
The text content of the file.
_type: Option<String>
The type of the content.
Trait Implementations§
Source§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
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