mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add eq where partialeq is already and is possible
This commit is contained in:
parent
1877a16457
commit
32c267621e
3 changed files with 4 additions and 4 deletions
|
|
@ -217,7 +217,7 @@ impl CommonResponse for Response {
|
|||
}
|
||||
|
||||
/// Extra request settings for eco queries.
|
||||
#[derive(Debug, Default, Clone, PartialEq)]
|
||||
#[derive(Debug, Default, Clone, Eq, PartialEq)]
|
||||
pub struct EcoRequestSettings {
|
||||
hostname: Option<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue