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

Class Raw::BoxPat

INTERNAL: Do not use. A box pattern. For example:

match x {
    box Option::Some(y) => y,
    box Option::None => 0,
};

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getPat

Gets the pattern of this box pattern, if it exists.

toString