pub struct InstancePaths {
pub instance_dir: PathEntry,
pub manifest: PathEntry,
pub declaration: PathEntry,
pub debt: PathEntry,
pub legacy_debt: PathEntry,
pub hooks_config: PathEntry,
pub agents_digest: PathEntry,
pub docs_root: PathEntry,
pub specs: PathEntry,
pub decisions: PathEntry,
pub reference: PathEntry,
pub guides: PathEntry,
}Expand description
Every control and documentation destination inside one target.
Fields§
§instance_dir: PathEntryThe instance directory.
manifest: PathEntryThe instance manifest.
declaration: PathEntryWhat the project declares about the files its gates judge.
debt: PathEntryThe inherited violations the budget gates read.
legacy_debt: PathEntryThe flat list an instance older than the debt file carries.
hooks_config: PathEntryThe pre-commit configuration carrying the managed block.
agents_digest: PathEntryThe root agent digest carrying the documentation block.
docs_root: PathEntryThe documentation root.
specs: PathEntryWhere the specifications sit.
decisions: PathEntryWhere the decision records sit.
reference: PathEntryWhere the reference material sits.
guides: PathEntryWhere the step-by-step guides sit.
Trait Implementations§
Source§impl Clone for InstancePaths
impl Clone for InstancePaths
Source§fn clone(&self) -> InstancePaths
fn clone(&self) -> InstancePaths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InstancePaths
impl Debug for InstancePaths
impl Eq for InstancePaths
Source§impl PartialEq for InstancePaths
impl PartialEq for InstancePaths
Source§impl Serialize for InstancePaths
impl Serialize for InstancePaths
impl StructuralPartialEq for InstancePaths
Auto Trait Implementations§
impl Freeze for InstancePaths
impl RefUnwindSafe for InstancePaths
impl Send for InstancePaths
impl Sync for InstancePaths
impl Unpin for InstancePaths
impl UnsafeUnpin for InstancePaths
impl UnwindSafe for InstancePaths
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.