pub enum DurationTrend {
Faster,
Slower,
Stable,
}Expand description
Duration trend direction.
Variants§
Trait Implementations§
Source§impl Clone for DurationTrend
impl Clone for DurationTrend
Source§fn clone(&self) -> DurationTrend
fn clone(&self) -> DurationTrend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DurationTrend
impl Debug for DurationTrend
Source§impl PartialEq for DurationTrend
impl PartialEq for DurationTrend
impl StructuralPartialEq for DurationTrend
Auto Trait Implementations§
impl Freeze for DurationTrend
impl RefUnwindSafe for DurationTrend
impl Send for DurationTrend
impl Sync for DurationTrend
impl Unpin for DurationTrend
impl UnsafeUnpin for DurationTrend
impl UnwindSafe for DurationTrend
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