Searched defs:WherePred (Results 1 – 6 of 6) sorted by relevance
79 fn build_predicate(param: ast::TypeParam) -> Option<ast::WherePred> { in build_predicate()
625 ) -> (Vec<ast::GenericParam>, Vec<ast::WherePred>) { in params_and_where_preds_in_scope()771 node: ast::WherePred, in compute_contained_params_in_where_pred()
1615 pred: &ast::WherePred, in pred_is_required()
758 ) -> ast::WherePred { in where_pred()762 fn from_text(text: &str) -> ast::WherePred { in where_pred()
274 pub fn add_predicate(&self, predicate: ast::WherePred) { in add_predicate()
554 pub fn predicates(&self) -> AstChildren<WherePred> { support::children(&self.syntax) } in predicates()724 pub struct WherePred { struct727 impl ast::HasTypeBounds for WherePred {} argument728 impl WherePred { implementation2365 impl AstNode for WherePred { implementation4563 impl std::fmt::Display for WherePred { implementation