pub struct WebAppTimer { /* private fields */ }
Trait Implementations§
Source§impl AppTimer for WebAppTimer
impl AppTimer for WebAppTimer
Auto Trait Implementations§
impl Freeze for WebAppTimer
impl RefUnwindSafe for WebAppTimer
impl Send for WebAppTimer
impl Sync for WebAppTimer
impl Unpin for WebAppTimer
impl UnwindSafe for WebAppTimer
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