Searched defs:ExprRange (Results 1 – 8 of 8) sorted by relevance
2744 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()3298 impl ToTokens for ExprRange { implementation
916 impl Debug for ExprRange { implementation918 impl ExprRange { in fmt() impl
594 impl Eq for ExprRange {} implementation597 impl PartialEq for ExprRange { implementation
616 impl Clone for ExprRange { implementation
837 impl Hash for ExprRange { implementation
267 fn fold_expr_range(&mut self, i: ExprRange) -> ExprRange { in fold_expr_range()
267 fn visit_expr_range_mut(&mut self, i: &mut ExprRange) { in visit_expr_range_mut()
266 fn visit_expr_range(&mut self, i: &'ast ExprRange) { in visit_expr_range()