pub struct Debounce { /* private fields */ }Expand description
Debounce function execution
Implementations§
Auto Trait Implementations§
impl !Freeze for Debounce
impl RefUnwindSafe for Debounce
impl Send for Debounce
impl Sync for Debounce
impl Unpin for Debounce
impl UnsafeUnpin for Debounce
impl UnwindSafe for Debounce
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