pub enum RateTrend {
Increasing,
Decreasing,
Stable,
Volatile,
}Expand description
Request rate trend
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RateTrend
impl RefUnwindSafe for RateTrend
impl Send for RateTrend
impl Sync for RateTrend
impl Unpin for RateTrend
impl UnsafeUnpin for RateTrend
impl UnwindSafe for RateTrend
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