mirror of
https://github.com/actix/actix-web.git
synced 2025-04-26 11:24:43 +00:00
add Hash impl
This commit is contained in:
parent
e1418018c6
commit
c15e4b92a8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ impl From<ResolverError> for ConnectorError {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Eq, PartialEq, Debug)]
|
#[derive(Eq, PartialEq, Debug, Hash)]
|
||||||
pub struct Connect {
|
pub struct Connect {
|
||||||
pub host: String,
|
pub host: String,
|
||||||
pub port: u16,
|
pub port: u16,
|
||||||
|
|
Loading…
Reference in a new issue