summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/name.rs')
-rw-r--r--ipfs-api/src/response/name.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipfs-api/src/response/name.rs b/ipfs-api/src/response/name.rs
index 7ca952a..00d8cda 100644
--- a/ipfs-api/src/response/name.rs
+++ b/ipfs-api/src/response/name.rs
@@ -6,7 +6,7 @@
// copied, modified, or distributed except according to those terms.
//
-#[derive(Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
+#[derive(Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct NamePublishResponse {
pub name: String,
@@ -14,7 +14,7 @@ pub struct NamePublishResponse {
}
-#[derive(Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
+#[derive(Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct NameResolveResponse {
pub path: String,