Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dexpr.rs978 pub(crate) struct AllowStruct(bool); struct
1127 impl Copy for AllowStruct {} implementation
1130 impl Clone for AllowStruct { implementation
1162 allow_struct: AllowStruct, in parse_expr()
1420 allow_struct: AllowStruct, in trailer_expr()
2180 allow_struct: AllowStruct, in expr_unary()