pub enum ProductionAnalysis {
DeadCode,
Health,
Dupes,
}Expand description
Analysis-specific production-mode selector.
Variants§
Trait Implementations§
Source§impl Clone for ProductionAnalysis
impl Clone for ProductionAnalysis
Source§fn clone(&self) -> ProductionAnalysis
fn clone(&self) -> ProductionAnalysis
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 ProductionAnalysis
impl Debug for ProductionAnalysis
Source§impl PartialEq for ProductionAnalysis
impl PartialEq for ProductionAnalysis
impl Copy for ProductionAnalysis
impl Eq 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