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