aboutsummaryrefslogtreecommitdiff
path: root/src/meta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta.rs')
-rw-r--r--src/meta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta.rs b/src/meta.rs
index e9a80f1..dca963a 100644
--- a/src/meta.rs
+++ b/src/meta.rs
@@ -20,7 +20,7 @@ use std::{borrow::Cow, collections::HashMap, fmt::Display};
/// Structure-ize a Gemini response's meta section into it's mime type and it's
/// parameters.
-#[derive(Debug, Default, Clone)]
+#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct Meta {
/// The mime type of a Gemini response
mime: String,