pub struct MJD;Expand description
Modified Julian Date — JD minus 2 400 000.5.
Trait Implementations§
Source§impl PartialOrd for MJD
impl PartialOrd for MJD
impl Copy for MJD
impl StructuralPartialEq for MJD
Auto Trait Implementations§
impl Freeze for MJD
impl RefUnwindSafe for MJD
impl Send for MJD
impl Sync for MJD
impl Unpin for MJD
impl UnsafeUnpin for MJD
impl UnwindSafe for MJD
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