Struct rustc_typeck::constrained_type_params::ParameterCollector [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Fields
parameters: Vec<Parameter>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
include_nonconstraining: bool
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'tcx> TypeVisitor<'tcx> for ParameterCollector[src]
impl<'tcx> TypeVisitor<'tcx> for ParameterCollectorfn visit_ty(&mut self, t: Ty<'tcx>) -> bool[src]
fn visit_ty(&mut self, t: Ty<'tcx>) -> bool🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn visit_region(&mut self, r: Region<'tcx>) -> bool[src]
fn visit_region(&mut self, r: Region<'tcx>) -> bool🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn visit_binder<T>(&mut self, t: &Binder<T>) -> bool where
T: TypeFoldable<'tcx>, [src]
fn visit_binder<T>(&mut self, t: &Binder<T>) -> bool where
T: TypeFoldable<'tcx>, 🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn visit_const(&mut self, c: &'tcx Const<'tcx>) -> bool[src]
fn visit_const(&mut self, c: &'tcx Const<'tcx>) -> bool🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Auto Trait Implementations
impl Send for ParameterCollector
impl Send for ParameterCollectorimpl Sync for ParameterCollector
impl Sync for ParameterCollector