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