pub enum DurationType {
Expected,
Maximum,
Minimum,
Mean,
}
Variants§
Trait Implementations§
Source§impl Clone for DurationType
impl Clone for DurationType
Source§fn clone(&self) -> DurationType
fn clone(&self) -> DurationType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DurationType
impl Debug for DurationType
Source§impl Default for DurationType
impl Default for DurationType
Source§fn default() -> DurationType
fn default() -> DurationType
Returns the “default value” for a type. Read more
impl Copy for DurationType
Auto Trait Implementations§
impl Freeze for DurationType
impl RefUnwindSafe for DurationType
impl Send for DurationType
impl Sync for DurationType
impl Unpin for DurationType
impl UnwindSafe for DurationType
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