Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dexpr.rs1085 pub struct AllowStruct(bool); struct
1229 impl Copy for AllowStruct {} implementation
1231 impl Clone for AllowStruct { implementation
1263 allow_struct: AllowStruct, in parse_expr()
1375 allow_struct: AllowStruct, in parse_expr()
1528 allow_struct: AllowStruct, in trailer_expr()
2266 allow_struct: AllowStruct, in expr_box()
2289 allow_struct: AllowStruct, in expr_unary()