Searched defs:ExprUnary (Results 1 – 10 of 10) sorted by relevance
2168 impl Parse for ExprUnary { implementation2181 ) -> Result<ExprUnary> { in expr_unary()3264 impl ToTokens for ExprUnary { implementation
645 fn expr_unary(&mut self, expr: &ExprUnary) { in expr_unary()
211 } ExprUnary; typedef
1055 impl Debug for ExprUnary { implementation1057 impl ExprUnary { in fmt() implementation
681 impl Eq for ExprUnary {} implementation684 impl PartialEq for ExprUnary { implementation
715 impl Clone for ExprUnary { implementation
936 impl Hash for ExprUnary { implementation
252 fn visit_expr_unary_mut(&mut self, i: &mut ExprUnary) { in visit_expr_unary_mut()
252 fn fold_expr_unary(&mut self, i: ExprUnary) -> ExprUnary { in fold_expr_unary()
251 fn visit_expr_unary(&mut self, i: &'ast ExprUnary) { in visit_expr_unary()