pub enum DisabledFeature {
Show 13 variants
FileInventory,
TodoScan,
DuplicationScan,
NearDuplicateScan,
ImportScan,
GitMetrics,
EntropyProfiling,
LicenseRadar,
ComplexityAnalysis,
ApiSurfaceAnalysis,
Archetype,
Topics,
Fun,
}Variants§
FileInventory
TodoScan
DuplicationScan
NearDuplicateScan
ImportScan
GitMetrics
EntropyProfiling
LicenseRadar
ComplexityAnalysis
ApiSurfaceAnalysis
Archetype
Topics
Fun
Implementations§
Trait Implementations§
Source§impl Clone for DisabledFeature
impl Clone for DisabledFeature
Source§fn clone(&self) -> DisabledFeature
fn clone(&self) -> DisabledFeature
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 moreSource§impl Debug for DisabledFeature
impl Debug for DisabledFeature
Source§impl PartialEq for DisabledFeature
impl PartialEq for DisabledFeature
impl Copy for DisabledFeature
impl Eq for DisabledFeature
impl StructuralPartialEq for DisabledFeature
Auto Trait Implementations§
impl Freeze for DisabledFeature
impl RefUnwindSafe for DisabledFeature
impl Send for DisabledFeature
impl Sync for DisabledFeature
impl Unpin for DisabledFeature
impl UnsafeUnpin for DisabledFeature
impl UnwindSafe for DisabledFeature
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