pub enum PerformanceImpact {
Low,
Medium,
High,
Critical,
}Variants§
Trait Implementations§
Source§impl Debug for PerformanceImpact
impl Debug for PerformanceImpact
Source§impl PartialEq for PerformanceImpact
impl PartialEq for PerformanceImpact
Source§impl PartialOrd for PerformanceImpact
impl PartialOrd for PerformanceImpact
impl StructuralPartialEq for PerformanceImpact
Auto Trait Implementations§
impl Freeze for PerformanceImpact
impl RefUnwindSafe for PerformanceImpact
impl Send for PerformanceImpact
impl Sync for PerformanceImpact
impl Unpin for PerformanceImpact
impl UnwindSafe for PerformanceImpact
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more