pub struct Throttler { /* private fields */ }Expand description
Leading-edge throttler with one coalesced trailing firing per period.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Throttler
impl !Send for Throttler
impl !Sync for Throttler
impl !UnwindSafe for Throttler
impl Freeze for Throttler
impl Unpin for Throttler
impl UnsafeUnpin for Throttler
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