We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2b2c7 + c895646 commit 0941abeCopy full SHA for 0941abe
src/tle.rs
@@ -225,6 +225,7 @@ impl DecimalPointAssumedRepresentation for [u8] {
225
}
226
227
/// A satellite's elements classification
228
+#[derive(Debug, Clone)]
229
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
230
pub enum Classification {
231
/// Declassfied objects or objects without a classification
@@ -279,6 +280,7 @@ pub enum Classification {
279
280
/// )?;
281
/// # Ok(())
282
/// # }
283
284
285
pub struct Elements {
286
/// The name associated with the satellite
0 commit comments