pub enum MaturityDimension {
Governance,
Instrumentation,
OutcomeBalance,
CulturalTrust,
ContinuousImprovement,
}Expand description
One of the five maturity-model dimensions, in the chapter’s own order.
Variants§
Governance
Whether every consequential metric has a named owner and a documented charter.
Instrumentation
Whether metrics come from automated sources rather than self-report wherever possible.
OutcomeBalance
The actual ratio of outcome-weighted to output-weighted metrics on primary dashboards.
CulturalTrust
Whether rollout history has ever included a mishandled, punitive use of a metric, and how it was addressed.
ContinuousImprovement
Whether the organization has a documented history of retiring metrics that stopped earning their keep.
Trait Implementations§
Source§impl Clone for MaturityDimension
impl Clone for MaturityDimension
impl Copy for MaturityDimension
Source§impl Debug for MaturityDimension
impl Debug for MaturityDimension
impl Eq for MaturityDimension
Source§impl Hash for MaturityDimension
impl Hash for MaturityDimension
Source§impl PartialEq for MaturityDimension
impl PartialEq for MaturityDimension
impl StructuralPartialEq for MaturityDimension
Auto Trait Implementations§
impl Freeze for MaturityDimension
impl RefUnwindSafe for MaturityDimension
impl Send for MaturityDimension
impl Sync for MaturityDimension
impl Unpin for MaturityDimension
impl UnsafeUnpin for MaturityDimension
impl UnwindSafe for MaturityDimension
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