pub struct ActiveWork {
pub dir_name: String,
pub base: PathBuf,
pub research: PathBuf,
pub plans: PathBuf,
pub artifacts: PathBuf,
pub logs: PathBuf,
}Expand description
Paths for the current active work directory
Fields§
§dir_name: String§base: PathBuf§research: PathBuf§plans: PathBuf§artifacts: PathBuf§logs: PathBufTrait Implementations§
Source§impl Clone for ActiveWork
impl Clone for ActiveWork
Source§fn clone(&self) -> ActiveWork
fn clone(&self) -> ActiveWork
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 ActiveWork
impl RefUnwindSafe for ActiveWork
impl Send for ActiveWork
impl Sync for ActiveWork
impl Unpin for ActiveWork
impl UnsafeUnpin for ActiveWork
impl UnwindSafe for ActiveWork
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