codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class RefPat.
RefPat
import codeql.rust.elements.RefPat
This module provides the public class Pat.
Pat
A reference pattern. For example: rust match x { &mut Option::Some(y) => y, &Option::None => 0, };
rust match x { &mut Option::Some(y) => y, &Option::None => 0, };