pub struct SessionNextToolProgressData {
pub assistant_message_id: String,
pub call_id: String,
pub content: Vec<LLMToolContent>,
pub session_id: String,
pub structured: Map<String, Value>,
pub timestamp: f64,
}Fields§
§assistant_message_id: String§call_id: String§content: Vec<LLMToolContent>§session_id: String§structured: Map<String, Value>§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextToolProgressData
impl Clone for SessionNextToolProgressData
Source§fn clone(&self) -> SessionNextToolProgressData
fn clone(&self) -> SessionNextToolProgressData
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 SessionNextToolProgressData
impl Debug for SessionNextToolProgressData
Source§impl<'de> Deserialize<'de> for SessionNextToolProgressData
impl<'de> Deserialize<'de> for SessionNextToolProgressData
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 SessionNextToolProgressData
Auto Trait Implementations§
impl Freeze for SessionNextToolProgressData
impl RefUnwindSafe for SessionNextToolProgressData
impl Send for SessionNextToolProgressData
impl Sync for SessionNextToolProgressData
impl Unpin for SessionNextToolProgressData
impl UnsafeUnpin for SessionNextToolProgressData
impl UnwindSafe for SessionNextToolProgressData
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