pub struct ResponseFunctionCallArgumentsDoneEvent {
pub arguments: String,
pub item_id: String,
pub output_index: i32,
pub _type: String,
}Fields§
§arguments: StringThe function-call arguments.
item_id: StringThe ID of the item.
output_index: i32The index of the output item.
_type: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ResponseFunctionCallArgumentsDoneEvent
impl<'de> Deserialize<'de> for ResponseFunctionCallArgumentsDoneEvent
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 ResponseFunctionCallArgumentsDoneEvent
impl RefUnwindSafe for ResponseFunctionCallArgumentsDoneEvent
impl Send for ResponseFunctionCallArgumentsDoneEvent
impl Sync for ResponseFunctionCallArgumentsDoneEvent
impl Unpin for ResponseFunctionCallArgumentsDoneEvent
impl UnwindSafe for ResponseFunctionCallArgumentsDoneEvent
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