pub enum ResponseFunctionCallArgumentsDoneEventType {
ResponseFunctionCallArgumentsDone,
}Expand description
ResponseFunctionCallArgumentsDoneEventType
JSON schema
{
"type": "string",
"enum": [
"response.function_call_arguments.done"
],
"x-stainless-const": true
}Variants§
ResponseFunctionCallArgumentsDone
Trait Implementations§
Source§impl Clone for ResponseFunctionCallArgumentsDoneEventType
impl Clone for ResponseFunctionCallArgumentsDoneEventType
Source§fn clone(&self) -> ResponseFunctionCallArgumentsDoneEventType
fn clone(&self) -> ResponseFunctionCallArgumentsDoneEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResponseFunctionCallArgumentsDoneEventType
Source§impl<'de> Deserialize<'de> for ResponseFunctionCallArgumentsDoneEventType
impl<'de> Deserialize<'de> for ResponseFunctionCallArgumentsDoneEventType
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
impl Eq for ResponseFunctionCallArgumentsDoneEventType
Source§impl Ord for ResponseFunctionCallArgumentsDoneEventType
impl Ord for ResponseFunctionCallArgumentsDoneEventType
Source§fn cmp(&self, other: &ResponseFunctionCallArgumentsDoneEventType) -> Ordering
fn cmp(&self, other: &ResponseFunctionCallArgumentsDoneEventType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ResponseFunctionCallArgumentsDoneEventType
impl PartialOrd for ResponseFunctionCallArgumentsDoneEventType
Source§fn partial_cmp(
&self,
other: &ResponseFunctionCallArgumentsDoneEventType,
) -> Option<Ordering>
fn partial_cmp( &self, other: &ResponseFunctionCallArgumentsDoneEventType, ) -> Option<Ordering>
impl StructuralPartialEq for ResponseFunctionCallArgumentsDoneEventType
Source§impl TryFrom<&String> for ResponseFunctionCallArgumentsDoneEventType
impl TryFrom<&String> for ResponseFunctionCallArgumentsDoneEventType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for ResponseFunctionCallArgumentsDoneEventType
impl TryFrom<&str> for ResponseFunctionCallArgumentsDoneEventType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for ResponseFunctionCallArgumentsDoneEventType
impl TryFrom<String> for ResponseFunctionCallArgumentsDoneEventType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ResponseFunctionCallArgumentsDoneEventType
impl RefUnwindSafe for ResponseFunctionCallArgumentsDoneEventType
impl Send for ResponseFunctionCallArgumentsDoneEventType
impl Sync for ResponseFunctionCallArgumentsDoneEventType
impl Unpin for ResponseFunctionCallArgumentsDoneEventType
impl UnsafeUnpin for ResponseFunctionCallArgumentsDoneEventType
impl UnwindSafe for ResponseFunctionCallArgumentsDoneEventType
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