Struct rustc::traits::PendingPredicateObligation [−][src]
pub struct PendingPredicateObligation<'tcx> { pub obligation: PredicateObligation<'tcx>, pub stalled_on: Vec<Ty<'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?
Fields
obligation: PredicateObligation<'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?
stalled_on: Vec<Ty<'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?
Trait Implementations
impl<'tcx> ForestObligation for PendingPredicateObligation<'tcx>
[src]
impl<'tcx> ForestObligation for PendingPredicateObligation<'tcx>
type Predicate = Predicate<'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 as_predicate(&self) -> &Self::Predicate
[src]
fn as_predicate(&self) -> &Self::Predicate
🔬 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?
impl<'tcx> Clone for PendingPredicateObligation<'tcx>
[src]
impl<'tcx> Clone for PendingPredicateObligation<'tcx>
fn clone(&self) -> PendingPredicateObligation<'tcx>
[src]
fn clone(&self) -> PendingPredicateObligation<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl<'tcx> Debug for PendingPredicateObligation<'tcx>
[src]
impl<'tcx> Debug for PendingPredicateObligation<'tcx>
Auto Trait Implementations
impl<'tcx> !Send for PendingPredicateObligation<'tcx>
impl<'tcx> !Send for PendingPredicateObligation<'tcx>
impl<'tcx> !Sync for PendingPredicateObligation<'tcx>
impl<'tcx> !Sync for PendingPredicateObligation<'tcx>