Module rustc::hir::pat_util
[−]
[src]
Unstable (
rustc_private
)Functions
arm_contains_ref_binding |
[Unstable] Checks if the patterns for this arm contain any |
def_to_path | [Unstable] |
necessary_variants |
[Unstable] Return variants that are necessary to exist for the pattern to match. |
pat_bindings |
[Unstable] Call |
pat_contains_bindings |
[Unstable] Checks if the pattern contains any patterns that bind something to
an ident, e.g. |
pat_contains_bindings_or_wild |
[Unstable] Checks if the pattern contains any patterns that bind something to
an ident or wildcard, e.g. |
pat_contains_ref_binding |
[Unstable] Checks if the pattern contains any |
pat_id_map | [Unstable] |
pat_is_binding | [Unstable] |
pat_is_binding_or_wild | [Unstable] |
pat_is_const | [Unstable] |
pat_is_refutable | [Unstable] |
pat_is_resolved_const | [Unstable] |
pat_is_variant_or_struct | [Unstable] |
simple_name | [Unstable] |
Type Definitions
PatIdMap | [Unstable] |