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