pub struct TaskGuidanceSection;Expand description
Recommended workflow for software-engineering tasks.
Trait Implementations§
Source§impl PromptSection for TaskGuidanceSection
impl PromptSection for TaskGuidanceSection
Auto Trait Implementations§
impl Freeze for TaskGuidanceSection
impl RefUnwindSafe for TaskGuidanceSection
impl Send for TaskGuidanceSection
impl Sync for TaskGuidanceSection
impl Unpin for TaskGuidanceSection
impl UnsafeUnpin for TaskGuidanceSection
impl UnwindSafe for TaskGuidanceSection
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