Enum criterion_table::TimeUnit
source · [−]pub enum TimeUnit {
Second(f64),
Millisecond(f64),
Microsecond(f64),
Nanosecond(f64),
Picosecond(f64),
}Variants
Second(f64)
Millisecond(f64)
Microsecond(f64)
Nanosecond(f64)
Picosecond(f64)
Implementations
Trait Implementations
sourceimpl ToFlexStr for TimeUnit
impl ToFlexStr for TimeUnit
sourcefn to_flex_str(&self) -> FlexStr
fn to_flex_str(&self) -> FlexStr
Converts the source to a FlexStr without consuming it
impl Copy for TimeUnit
Auto Trait Implementations
impl RefUnwindSafe for TimeUnit
impl Send for TimeUnit
impl Sync for TimeUnit
impl Unpin for TimeUnit
impl UnwindSafe for TimeUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more