pub struct TimerAsynchronous;Expand description
Marker for Asynchronous operation
Auto Trait Implementations§
impl Freeze for TimerAsynchronous
impl RefUnwindSafe for TimerAsynchronous
impl Send for TimerAsynchronous
impl Sync for TimerAsynchronous
impl Unpin for TimerAsynchronous
impl UnwindSafe for TimerAsynchronous
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