Struct rustc_typeck::middle::traits::SelectionCacheUnstable [-] [+] [src]

pub struct SelectionCache<'tcx> {
    // some fields omitted
}

Methods

impl<'tcx> SelectionCache<'tcx>

fn new() -> SelectionCache<'tcx>

Trait Implementations

Derived Implementations

impl<'tcx> Clone for SelectionCache<'tcx>

fn clone(&self) -> SelectionCache<'tcx>

fn clone_from(&mut self, source: &Self)