pub struct SessionNextToolFailedData {
pub assistant_message_id: String,
pub call_id: String,
pub error: SessionErrorUnknown,
pub provider: SessionNextToolFailedDataProvider,
pub result: Option<Value>,
pub session_id: String,
pub timestamp: f64,
}Fields§
§assistant_message_id: String§call_id: String§error: SessionErrorUnknown§provider: SessionNextToolFailedDataProvider§result: Option<Value>§session_id: String§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextToolFailedData
impl Clone for SessionNextToolFailedData
Source§fn clone(&self) -> SessionNextToolFailedData
fn clone(&self) -> SessionNextToolFailedData
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 SessionNextToolFailedData
impl Debug for SessionNextToolFailedData
Source§impl<'de> Deserialize<'de> for SessionNextToolFailedData
impl<'de> Deserialize<'de> for SessionNextToolFailedData
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 StructuralPartialEq for SessionNextToolFailedData
Auto Trait Implementations§
impl Freeze for SessionNextToolFailedData
impl RefUnwindSafe for SessionNextToolFailedData
impl Send for SessionNextToolFailedData
impl Sync for SessionNextToolFailedData
impl Unpin for SessionNextToolFailedData
impl UnsafeUnpin for SessionNextToolFailedData
impl UnwindSafe for SessionNextToolFailedData
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