struct ClaudePlanCapture {
exit_plan: Option<String>,
write_plan: Option<String>,
plan_path: Option<PathBuf>,
}Fields§
§exit_plan: Option<String>§write_plan: Option<String>§plan_path: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Default for ClaudePlanCapture
impl Default for ClaudePlanCapture
Source§fn default() -> ClaudePlanCapture
fn default() -> ClaudePlanCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClaudePlanCapture
impl RefUnwindSafe for ClaudePlanCapture
impl Send for ClaudePlanCapture
impl Sync for ClaudePlanCapture
impl Unpin for ClaudePlanCapture
impl UnsafeUnpin for ClaudePlanCapture
impl UnwindSafe for ClaudePlanCapture
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