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§fn eq(&self, other: &PerformanceClass) -> bool
fn eq(&self, other: &PerformanceClass) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin for PerformanceClass
impl UnwindSafe for PerformanceClass
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