pub struct FunctionCallOutputItem {
pub item_type: String,
pub call_id: String,
pub output: String,
}Fields§
§item_type: String§call_id: String§output: StringTrait Implementations§
Source§impl Debug for FunctionCallOutputItem
impl Debug for FunctionCallOutputItem
Source§impl<'de> Deserialize<'de> for FunctionCallOutputItem
impl<'de> Deserialize<'de> for FunctionCallOutputItem
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 FunctionCallOutputItem
impl RefUnwindSafe for FunctionCallOutputItem
impl Send for FunctionCallOutputItem
impl Sync for FunctionCallOutputItem
impl Unpin for FunctionCallOutputItem
impl UnwindSafe for FunctionCallOutputItem
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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