1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

more propnames

This commit is contained in:
Robin Appelman 2022-04-09 19:44:22 +02:00
commit b9a9d2c2c1
5 changed files with 29376 additions and 5390 deletions

View file

@ -121,6 +121,12 @@ impl From<&'static str> for SendTableName {
}
}
impl PartialEq<&str> for SendTableName {
fn eq(&self, other: &&str) -> bool {
self.as_str() == *other
}
}
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct ParseSendTable {

File diff suppressed because it is too large Load diff