Enum sgp4::ElementsError
source · pub enum ElementsError {
KozaiElementsError(KozaiElementsError),
OutOfRangeEpochEccentricity(OutOfRangeEpochEccentricity),
}
Expand description
Errors returned when creating epoch contants from elements
Variants§
KozaiElementsError(KozaiElementsError)
OutOfRangeEpochEccentricity(OutOfRangeEpochEccentricity)
Trait Implementations§
source§impl Clone for ElementsError
impl Clone for ElementsError
source§fn clone(&self) -> ElementsError
fn clone(&self) -> ElementsError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ElementsError
impl Debug for ElementsError
source§impl Display for ElementsError
impl Display for ElementsError
source§impl Error for ElementsError
impl Error for ElementsError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<KozaiElementsError> for ElementsError
impl From<KozaiElementsError> for ElementsError
source§fn from(value: KozaiElementsError) -> Self
fn from(value: KozaiElementsError) -> Self
Converts to this type from the input type.
source§impl From<OutOfRangeEpochEccentricity> for ElementsError
impl From<OutOfRangeEpochEccentricity> for ElementsError
source§fn from(value: OutOfRangeEpochEccentricity) -> Self
fn from(value: OutOfRangeEpochEccentricity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ElementsError
impl Send for ElementsError
impl Sync for ElementsError
impl Unpin for ElementsError
impl UnwindSafe for ElementsError
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