pub struct AgenticSystemAnalysis<'design> { /* private fields */ }Expand description
A design, the published definitions it pinned, and the checks that compare them.
Implementations§
Source§impl<'design> AgenticSystemAnalysis<'design>
impl<'design> AgenticSystemAnalysis<'design>
pub fn of( design: &'design AgenticSystem, resolved: &'design BTreeMap<SystemCeremonyId, PublishedCeremonyDefinition>, ) -> Self
Sourcepub fn report(&self) -> AgenticSystemValidationReport
pub fn report(&self) -> AgenticSystemValidationReport
Every defect, in check order.
References first, because a check that reasoned about a name nothing declares would produce a second finding about the same mistake in a vocabulary the author never used.
Trait Implementations§
Source§impl<'design> Clone for AgenticSystemAnalysis<'design>
impl<'design> Clone for AgenticSystemAnalysis<'design>
impl<'design> Copy for AgenticSystemAnalysis<'design>
Auto Trait Implementations§
impl<'design> Freeze for AgenticSystemAnalysis<'design>
impl<'design> RefUnwindSafe for AgenticSystemAnalysis<'design>
impl<'design> Send for AgenticSystemAnalysis<'design>
impl<'design> Sync for AgenticSystemAnalysis<'design>
impl<'design> Unpin for AgenticSystemAnalysis<'design>
impl<'design> UnsafeUnpin for AgenticSystemAnalysis<'design>
impl<'design> UnwindSafe for AgenticSystemAnalysis<'design>
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