pub struct J2000s;Expand description
J2000 seconds on the source scale’s coordinate axis.
Trait Implementations§
Source§impl<S: CoordinateScale> ConversionTarget<S> for J2000s
impl<S: CoordinateScale> ConversionTarget<S> for J2000s
type Output = EncodedTime<S, J2000s>
fn try_convert(src: Time<S>) -> Result<Self::Output, ConversionError>
Source§impl<S: CoordinateScale> FormatForScale<S> for J2000s
impl<S: CoordinateScale> FormatForScale<S> for J2000s
fn try_from_time( time: Time<S>, _ctx: &TimeContext, ) -> Result<Second, ConversionError>
fn try_into_time( raw: Second, _ctx: &TimeContext, ) -> Result<Time<S>, ConversionError>
Source§impl<S: CoordinateScale> InfallibleConversionTarget<S> for J2000s
impl<S: CoordinateScale> InfallibleConversionTarget<S> for J2000s
Source§impl<S: CoordinateScale> InfallibleFormatForScale<S> for J2000s
impl<S: CoordinateScale> InfallibleFormatForScale<S> for J2000s
Source§impl Ord for J2000s
impl Ord for J2000s
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for J2000s
impl PartialOrd for J2000s
Source§impl TimeFormat for J2000s
impl TimeFormat for J2000s
impl Copy for J2000s
impl Eq for J2000s
impl StructuralPartialEq for J2000s
Auto Trait Implementations§
impl Freeze for J2000s
impl RefUnwindSafe for J2000s
impl Send for J2000s
impl Sync for J2000s
impl Unpin for J2000s
impl UnsafeUnpin for J2000s
impl UnwindSafe for J2000s
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