pub struct TimerListener { /* private fields */ }Trait Implementations§
Source§impl Debug for TimerListener
impl Debug for TimerListener
Source§impl Future for TimerListener
impl Future for TimerListener
impl<'__pin> Unpin for TimerListenerwhere
PinnedFieldsOf<__Origin<'__pin>>: Unpin,
Auto Trait Implementations§
impl !Freeze for TimerListener
impl RefUnwindSafe for TimerListener
impl Send for TimerListener
impl Sync for TimerListener
impl UnwindSafe for TimerListener
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more