Home
last modified time | relevance | path

Searched defs:AllowStruct (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs1227 pub(super) struct AllowStruct(pub bool); struct
1302 impl Copy for AllowStruct {} implementation
1305 impl Clone for AllowStruct { implementation
1315 allow_struct: AllowStruct, in parse_expr()
1597 allow_struct: AllowStruct, in trailer_expr()
2422 allow_struct: AllowStruct, in expr_unary()
2889 allow_struct: AllowStruct, in parse_range_end()