pub struct waitTimer;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for waitTimer
impl RefUnwindSafe for waitTimer
impl Send for waitTimer
impl Sync for waitTimer
impl Unpin for waitTimer
impl UnwindSafe for waitTimer
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