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