CodeQL library for Rust
codeql/rust-all 0.2.5-dev (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of TuplePat and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.TuplePat

Classes

TuplePat

A tuple pattern. For example: rust let (x, y) = (1, 2); let (a, b, .., z) = (1, 2, 3, 4, 5); INTERNAL: Do not reference the Generated::TuplePat class directly. Use the subclass TuplePat, where the following predicates are available.