aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/response/nameserver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response/nameserver.rs b/src/response/nameserver.rs
index f485e38..25448fd 100644
--- a/src/response/nameserver.rs
+++ b/src/response/nameserver.rs
@@ -166,6 +166,7 @@ impl TryFrom<xmlrpc::Value> for Record {
}
/// The records that match a search.
+#[derive(Clone, Debug)]
pub struct RecordInfo {
pub domain_id: i32,
pub domain_name: String,