Derive traits for LineColumn
diff --git a/src/lib.rs b/src/lib.rs
index 6b0d484..bcefc7a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -301,6 +301,7 @@
 ///
 /// This type is semver exempt and not exposed by default.
 #[cfg(span_locations)]
+#[derive(Copy, Clone, Debug, PartialEq, Eq)]
 pub struct LineColumn {
     /// The 1-indexed line in the source file on which the span starts or ends
     /// (inclusive).