pub struct WorkspaceContent {
pub project_brief: Option<MarkdownContent>,
pub shared_patterns: Option<MarkdownContent>,
pub workspace_architecture: Option<MarkdownContent>,
pub workspace_progress: Option<MarkdownContent>,
}Expand description
Parsed workspace-level content
Fields§
§project_brief: Option<MarkdownContent>Parsed project brief content
Parsed shared patterns content
workspace_architecture: Option<MarkdownContent>Parsed workspace architecture content
workspace_progress: Option<MarkdownContent>Parsed workspace progress content
Trait Implementations§
Source§impl Clone for WorkspaceContent
impl Clone for WorkspaceContent
Source§fn clone(&self) -> WorkspaceContent
fn clone(&self) -> WorkspaceContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorkspaceContent
impl RefUnwindSafe for WorkspaceContent
impl Send for WorkspaceContent
impl Sync for WorkspaceContent
impl Unpin for WorkspaceContent
impl UnwindSafe for WorkspaceContent
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