Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dexpr.rs1110 pub struct AllowStruct(bool); struct
1254 impl Copy for AllowStruct {} implementation
1256 impl Clone for AllowStruct { implementation
1288 allow_struct: AllowStruct, in parse_expr()
1407 allow_struct: AllowStruct, in parse_expr()
1564 allow_struct: AllowStruct, in trailer_expr()
2339 allow_struct: AllowStruct, in expr_box()
2362 allow_struct: AllowStruct, in expr_unary()