pub struct PostCompactRestore {
pub file_attachments: Vec<Message>,
pub skill_attachments: Vec<Message>,
}Expand description
Post-compact file restore result
Fields§
§file_attachments: Vec<Message>Attachment messages for recently read files
skill_attachments: Vec<Message>Attachment messages for invoked skills
Auto Trait Implementations§
impl Freeze for PostCompactRestore
impl RefUnwindSafe for PostCompactRestore
impl Send for PostCompactRestore
impl Sync for PostCompactRestore
impl Unpin for PostCompactRestore
impl UnsafeUnpin for PostCompactRestore
impl UnwindSafe for PostCompactRestore
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