pub struct PathSection { /* private fields */ }Expand description
Injects path-appropriate behavioural guidance based on the configured
TaskPath. Fast = work directly, Standard = map context + verify,
Heavy = design → plan → phased execution.
Implementations§
Trait Implementations§
Source§impl PromptSection for PathSection
impl PromptSection for PathSection
Auto Trait Implementations§
impl Freeze for PathSection
impl RefUnwindSafe for PathSection
impl Send for PathSection
impl Sync for PathSection
impl Unpin for PathSection
impl UnsafeUnpin for PathSection
impl UnwindSafe for PathSection
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