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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.BoxPat

Classes

BoxPat

A box pattern. For example: rust match x { box Option::Some(y) => y, box Option::None => 0, }; INTERNAL: Do not reference the Generated::BoxPat class directly. Use the subclass BoxPat, where the following predicates are available.