pub enum PerformanceClass {
Fast,
Moderate,
Slow,
PotentiallyDangerous,
}Variants§
Trait Implementations§
Source§impl Debug for PerformanceClass
impl Debug for PerformanceClass
Source§impl PartialEq for PerformanceClass
impl PartialEq for PerformanceClass
Source§impl PartialOrd for PerformanceClass
impl PartialOrd for PerformanceClass
impl StructuralPartialEq for PerformanceClass
Auto Trait Implementations§
impl Freeze for PerformanceClass
impl RefUnwindSafe for PerformanceClass
impl Send for PerformanceClass
impl Sync for PerformanceClass
impl Unpin for PerformanceClass
impl UnwindSafe for PerformanceClass
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