pub enum VelocityTrend {
Accelerating,
Decelerating,
Stable,
}Variants§
Trait Implementations§
Source§impl Clone for VelocityTrend
impl Clone for VelocityTrend
Source§fn clone(&self) -> VelocityTrend
fn clone(&self) -> VelocityTrend
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 VelocityTrend
impl Debug for VelocityTrend
Source§impl PartialEq for VelocityTrend
impl PartialEq for VelocityTrend
impl Copy for VelocityTrend
impl Eq for VelocityTrend
impl StructuralPartialEq for VelocityTrend
Auto Trait Implementations§
impl Freeze for VelocityTrend
impl RefUnwindSafe for VelocityTrend
impl Send for VelocityTrend
impl Sync for VelocityTrend
impl Unpin for VelocityTrend
impl UnsafeUnpin for VelocityTrend
impl UnwindSafe for VelocityTrend
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