Searched refs:AllowStruct (Results 1 – 1 of 1) sorted by relevance
1085 pub struct AllowStruct(bool); struct1137 ambiguous_expr(input, AllowStruct(true)) in parse()1225 ambiguous_expr(input, AllowStruct(false)) in parse_without_eager_brace()1229 impl Copy for AllowStruct {} implementation1231 impl Clone for AllowStruct { implementation1263 allow_struct: AllowStruct, in parse_expr() argument1375 allow_struct: AllowStruct, in parse_expr() argument1435 fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in ambiguous_expr()1469 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()1506 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()[all …]