Struct rustc_borrowck::region_infer::BlameConstraint [−][src]
pub struct BlameConstraint<'tcx> {
pub category: ConstraintCategory,
pub from_closure: bool,
pub cause: ObligationCause<'tcx>,
pub variance_info: VarianceDiagInfo<'tcx>,
}
Fields
category: ConstraintCategory
from_closure: bool
cause: ObligationCause<'tcx>
variance_info: VarianceDiagInfo<'tcx>
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for BlameConstraint<'tcx>
impl<'tcx> !Send for BlameConstraint<'tcx>
impl<'tcx> !Sync for BlameConstraint<'tcx>
impl<'tcx> Unpin for BlameConstraint<'tcx>
impl<'tcx> !UnwindSafe for BlameConstraint<'tcx>
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes