pub struct WebTimer;Expand description
Browser timer backed by setTimeout and the Performance API.
Trait Implementations§
impl Copy for WebTimer
Auto Trait Implementations§
impl Freeze for WebTimer
impl RefUnwindSafe for WebTimer
impl Send for WebTimer
impl Sync for WebTimer
impl Unpin for WebTimer
impl UnsafeUnpin for WebTimer
impl UnwindSafe for WebTimer
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