pub struct TimeClass;Expand description
A point in time in some unit/dimension
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeClass
impl RefUnwindSafe for TimeClass
impl Send for TimeClass
impl Sync for TimeClass
impl Unpin for TimeClass
impl UnwindSafe for TimeClass
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