pub enum EpochKind {
J2000,
B1950,
Julian,
Besselian,
Observation,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Ord for EpochKind
impl Ord for EpochKind
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 EpochKind
impl PartialOrd for EpochKind
impl Eq for EpochKind
impl StructuralPartialEq for EpochKind
Auto Trait Implementations§
impl Freeze for EpochKind
impl RefUnwindSafe for EpochKind
impl Send for EpochKind
impl Sync for EpochKind
impl Unpin for EpochKind
impl UnsafeUnpin for EpochKind
impl UnwindSafe for EpochKind
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