pub struct CountState { /* private fields */ }Expand description
State for count-based throttling.
Implementations§
Source§impl CountState
impl CountState
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CountState
impl RefUnwindSafe for CountState
impl Send for CountState
impl Sync for CountState
impl Unpin for CountState
impl UnwindSafe for CountState
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