pub struct ReportMaterial {
pub topics: Vec<TopicBrief>,
}Expand description
Source material for an agent-authored report: one brief per topic. The
agent drafts the markdown with its own model and stores it via
save_report.
Fields§
§topics: Vec<TopicBrief>Trait Implementations§
Source§impl Debug for ReportMaterial
impl Debug for ReportMaterial
Auto Trait Implementations§
impl Freeze for ReportMaterial
impl RefUnwindSafe for ReportMaterial
impl Send for ReportMaterial
impl Sync for ReportMaterial
impl Unpin for ReportMaterial
impl UnsafeUnpin for ReportMaterial
impl UnwindSafe for ReportMaterial
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