pub struct Throttle<R, T, Fut>{ /* private fields */ }
Expand description
Throttles a function call.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, T, Fut> Freeze for Throttle<R, T, Fut>
impl<R, T, Fut> !RefUnwindSafe for Throttle<R, T, Fut>
impl<R, T, Fut> Send for Throttle<R, T, Fut>
impl<R, T, Fut> Sync for Throttle<R, T, Fut>
impl<R, T, Fut> Unpin for Throttle<R, T, Fut>
impl<R, T, Fut> !UnwindSafe for Throttle<R, T, Fut>
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