Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dexpr.rs1036 pub(crate) struct AllowStruct(bool); struct
1138 impl Copy for AllowStruct {} implementation
1141 impl Clone for AllowStruct { implementation
1192 allow_struct: AllowStruct, in parse_expr()
1446 allow_struct: AllowStruct, in trailer_expr()
2303 allow_struct: AllowStruct, in expr_unary()