pub enum FeedbackAlgorithm {
Aimd,
Mimd,
}Expand description
Controls how the reaper adapts its next collection interval.
Variants§
Aimd
Additive increase and multiplicative decrease.
Mimd
Multiplicative increase and multiplicative decrease.
Auto Trait Implementations§
impl Freeze for FeedbackAlgorithm
impl RefUnwindSafe for FeedbackAlgorithm
impl Send for FeedbackAlgorithm
impl Sync for FeedbackAlgorithm
impl Unpin for FeedbackAlgorithm
impl UnsafeUnpin for FeedbackAlgorithm
impl UnwindSafe for FeedbackAlgorithm
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