pub struct IntelligentProjectSummary {
pub title: String,
pub purpose: String,
pub work_summary: WorkSummary,
pub key_achievements: Vec<Achievement>,
pub blockers: Vec<Blocker>,
pub next_steps: Vec<String>,
}Fields§
§title: String§purpose: String§work_summary: WorkSummary§key_achievements: Vec<Achievement>§blockers: Vec<Blocker>§next_steps: Vec<String>Trait Implementations§
Source§impl Debug for IntelligentProjectSummary
impl Debug for IntelligentProjectSummary
Auto Trait Implementations§
impl Freeze for IntelligentProjectSummary
impl RefUnwindSafe for IntelligentProjectSummary
impl Send for IntelligentProjectSummary
impl Sync for IntelligentProjectSummary
impl Unpin for IntelligentProjectSummary
impl UnsafeUnpin for IntelligentProjectSummary
impl UnwindSafe for IntelligentProjectSummary
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