pub struct ClosureState<I> { /* private fields */ }Expand description
A timeout state for a timer using a closure as the triggering action.
Implementations§
Trait Implementations§
Source§impl<I> Debug for ClosureState<I>
impl<I> Debug for ClosureState<I>
Source§impl<I> State for ClosureState<I>
impl<I> State for ClosureState<I>
Auto Trait Implementations§
impl<I> Freeze for ClosureState<I>where
I: Freeze,
impl<I> !RefUnwindSafe for ClosureState<I>
impl<I> Send for ClosureState<I>where
I: Send,
impl<I> !Sync for ClosureState<I>
impl<I> Unpin for ClosureState<I>where
I: Unpin,
impl<I> !UnwindSafe for ClosureState<I>
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