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