pub struct TimeT;Expand description
The TimeT type represents a time.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeT
impl RefUnwindSafe for TimeT
impl Send for TimeT
impl Sync for TimeT
impl Unpin for TimeT
impl UnsafeUnpin for TimeT
impl UnwindSafe for TimeT
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