mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
more propnames
This commit is contained in:
parent
b8d3540069
commit
b9a9d2c2c1
5 changed files with 29376 additions and 5390 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
34695
src/demo/sendprop_gen.rs
34695
src/demo/sendprop_gen.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue