pub struct Tt;Expand description
Terrestrial Time
This is a continuous time standard for the surface of the Earth (Earth’s geoid) See Wikipedia
Trait Implementations§
Source§impl Standard for Tt
impl Standard for Tt
impl Copy for Tt
impl Eq for Tt
impl StructuralPartialEq for Tt
Auto Trait Implementations§
impl Freeze for Tt
impl RefUnwindSafe for Tt
impl Send for Tt
impl Sync for Tt
impl Unpin for Tt
impl UnwindSafe for Tt
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