Enum precedence_net::DurationType
source · [−]pub enum DurationType {
Expected,
Maximum,
Minimum,
Mean,
}Variants
Expected
Maximum
Minimum
Mean
Trait Implementations
sourceimpl Clone for DurationType
impl Clone for DurationType
sourcefn clone(&self) -> DurationType
fn clone(&self) -> DurationType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DurationType
impl Debug for DurationType
sourceimpl Default for DurationType
impl Default for DurationType
sourcefn default() -> DurationType
fn default() -> DurationType
Returns the “default value” for a type. Read more
impl Copy for DurationType
Auto Trait Implementations
impl RefUnwindSafe for DurationType
impl Send for DurationType
impl Sync for DurationType
impl Unpin for DurationType
impl UnwindSafe for DurationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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