pub struct TT;Expand description
Terrestrial Time — the basis for astronomical ephemerides.
Numerically identical to JD when the Julian Day number already represents TT (which is the convention used throughout this crate).
Trait Implementations§
Source§impl PartialOrd for TT
impl PartialOrd for TT
impl Copy 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 UnsafeUnpin 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