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

Module Impl

INTERNAL: This module contains the customizable definition of Operation and should not be referenced directly.

Import path

import codeql.rust.elements.internal.OperationImpl

Predicates

isOverloaded

Holds if the operator op with arity arity is overloaded to a trait with the canonical path path and the method name method, and if it borrows its first borrows arguments.

Classes

Operation

An operation, for example &&, +=, ! or *.