pub struct JD;Expand description
Julian Date — the identity scale.
to_jd_tt(v) = v, i.e. the quantity is a Julian Day number.
Trait Implementations§
Source§impl PartialOrd for JD
impl PartialOrd for JD
impl Copy for JD
impl StructuralPartialEq for JD
Auto Trait Implementations§
impl Freeze for JD
impl RefUnwindSafe for JD
impl Send for JD
impl Sync for JD
impl Unpin for JD
impl UnsafeUnpin for JD
impl UnwindSafe for JD
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