We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hash
Url
1 parent a618ef0 commit 93c9e43Copy full SHA for 93c9e43
1 file changed
bitreq/src/url.rs
@@ -59,7 +59,7 @@ impl std::error::Error for ParseError {}
59
///
60
/// **Note:** This type currently only supports encoded URLs. IDNs or non-ASCII URLs must be
61
/// properly punycoded/%-encoded prior to parsing.
62
-#[derive(Debug, Clone, PartialEq, Eq)]
+#[derive(Debug, Clone, Hash, PartialEq, Eq)]
63
pub struct Url {
64
/// The full serialized URL string.
65
serialization: String,
0 commit comments