mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-30 12:06:41 +02:00
add Hash impl
This commit is contained in:
@@ -40,7 +40,7 @@ impl From<ResolverError> for ConnectorError {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Debug)]
|
||||
#[derive(Eq, PartialEq, Debug, Hash)]
|
||||
pub struct Connect {
|
||||
pub host: String,
|
||||
pub port: u16,
|
||||
|
Reference in New Issue
Block a user