pub struct Tt;Expand description
Terrestrial Time (TT)
This is a continuous time standard for the surface of the Earth (Earth’s geoid) See Wikipedia
This type is proleptic. TT was defined in 1976, and changed in 2000 very slightly. All dates before this extrapolate backwards.
Trait Implementations§
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