pub struct RunStepDetailsToolCallsFileSearchResultObjectContentType;
Expand description
The type of the content.
Trait Implementations§
Source§impl Clone for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl Clone for RunStepDetailsToolCallsFileSearchResultObjectContentType
Source§fn clone(&self) -> RunStepDetailsToolCallsFileSearchResultObjectContentType
fn clone(&self) -> RunStepDetailsToolCallsFileSearchResultObjectContentType
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 RunStepDetailsToolCallsFileSearchResultObjectContentType
impl Default for RunStepDetailsToolCallsFileSearchResultObjectContentType
Source§fn default() -> RunStepDetailsToolCallsFileSearchResultObjectContentType
fn default() -> RunStepDetailsToolCallsFileSearchResultObjectContentType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl<'de> Deserialize<'de> for RunStepDetailsToolCallsFileSearchResultObjectContentType
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 RunStepDetailsToolCallsFileSearchResultObjectContentType
impl PartialEq for RunStepDetailsToolCallsFileSearchResultObjectContentType
Source§fn eq(
&self,
other: &RunStepDetailsToolCallsFileSearchResultObjectContentType,
) -> bool
fn eq( &self, other: &RunStepDetailsToolCallsFileSearchResultObjectContentType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl StructuralPartialEq for RunStepDetailsToolCallsFileSearchResultObjectContentType
Auto Trait Implementations§
impl Freeze for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl RefUnwindSafe for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl Send for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl Sync for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl Unpin for RunStepDetailsToolCallsFileSearchResultObjectContentType
impl UnwindSafe for RunStepDetailsToolCallsFileSearchResultObjectContentType
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