pub struct FunctionResponseData {
pub function_call_id: String,
pub call: String,
pub value: Value,
}Fields§
§function_call_id: String§call: String§value: ValueTrait Implementations§
Source§impl Clone for FunctionResponseData
impl Clone for FunctionResponseData
Source§fn clone(&self) -> FunctionResponseData
fn clone(&self) -> FunctionResponseData
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 moreSource§impl Debug for FunctionResponseData
impl Debug for FunctionResponseData
Source§impl<'de> Deserialize<'de> for FunctionResponseData
impl<'de> Deserialize<'de> for FunctionResponseData
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 FunctionResponseData
impl PartialEq for FunctionResponseData
Source§fn eq(&self, other: &FunctionResponseData) -> bool
fn eq(&self, other: &FunctionResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FunctionResponseData
impl Serialize for FunctionResponseData
impl StructuralPartialEq for FunctionResponseData
Auto Trait Implementations§
impl Freeze for FunctionResponseData
impl RefUnwindSafe for FunctionResponseData
impl Send for FunctionResponseData
impl Sync for FunctionResponseData
impl Unpin for FunctionResponseData
impl UnsafeUnpin for FunctionResponseData
impl UnwindSafe for FunctionResponseData
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