pub struct SessionDetail {
pub id: String,
pub messages: Value,
}Expand description
Detailed information about a chat session
This struct contains the full content of a saved chat session, including all messages and their metadata.
Fields§
§id: String§messages: ValueTrait Implementations§
Source§impl Debug for SessionDetail
impl Debug for SessionDetail
Auto Trait Implementations§
impl Freeze for SessionDetail
impl RefUnwindSafe for SessionDetail
impl Send for SessionDetail
impl Sync for SessionDetail
impl Unpin for SessionDetail
impl UnsafeUnpin for SessionDetail
impl UnwindSafe for SessionDetail
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