Trait rustc_mir_dataflow::impls::borrowed_locals::BorrowAnalysisKind[][src]

pub trait BorrowAnalysisKind<'tcx> {
    const ANALYSIS_NAME: &'static str;

    fn in_address_of(&self, mt: Mutability, place: Place<'tcx>) -> bool;
fn in_ref(&self, kind: BorrowKind, place: Place<'tcx>) -> bool; }

Associated Constants

Required methods

Implementors