pub struct AcpSessionData {
pub workspace_dir: String,
pub created_at: DateTime<Utc>,
pub last_activity: DateTime<Utc>,
pub messages: Vec<ConversationMessage>,
}Fields§
§workspace_dir: String§created_at: DateTime<Utc>§last_activity: DateTime<Utc>§messages: Vec<ConversationMessage>Auto Trait Implementations§
impl Freeze for AcpSessionData
impl RefUnwindSafe for AcpSessionData
impl Send for AcpSessionData
impl Sync for AcpSessionData
impl Unpin for AcpSessionData
impl UnsafeUnpin for AcpSessionData
impl UnwindSafe for AcpSessionData
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