Enum de_test_utils::NumPoints
source · pub enum NumPoints {
OneHundred,
OneThousand,
TenThousand,
OneHundredThousand,
}
Expand description
An enum to allow for safe selection of the number of points to load from the test data.
Variants§
Trait Implementations§
impl Copy for NumPoints
Auto Trait Implementations§
impl Freeze for NumPoints
impl RefUnwindSafe for NumPoints
impl Send for NumPoints
impl Sync for NumPoints
impl Unpin for NumPoints
impl UnwindSafe for NumPoints
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