pub struct Noop(pub Duration);
Expand description
A consumer that does not do anything.
The inner duration is the debounce duration. This consumer is useful for accumulating progress messages and fetching them at a later time.
Tuple Fields§
§0: Duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Noop
impl RefUnwindSafe for Noop
impl Send for Noop
impl Sync for Noop
impl Unpin for Noop
impl UnwindSafe for Noop
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