pub enum ProductionAnalysis {
DeadCode,
Health,
Dupes,
}Expand description
The analysis families production mode can be scoped to independently via
the object form of the production config key.
Variants§
DeadCode
Unused files/exports/dependencies detection.
Health
Complexity and health scoring.
Dupes
Clone detection.
Trait Implementations§
Source§impl Clone for ProductionAnalysis
impl Clone for ProductionAnalysis
impl Copy for ProductionAnalysis
Source§impl Debug for ProductionAnalysis
impl Debug for ProductionAnalysis
impl Eq for ProductionAnalysis
Source§impl PartialEq for ProductionAnalysis
impl PartialEq for ProductionAnalysis
impl StructuralPartialEq for ProductionAnalysis
Auto Trait Implementations§
impl Freeze for ProductionAnalysis
impl RefUnwindSafe for ProductionAnalysis
impl Send for ProductionAnalysis
impl Sync for ProductionAnalysis
impl Unpin for ProductionAnalysis
impl UnsafeUnpin for ProductionAnalysis
impl UnwindSafe for ProductionAnalysis
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.