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