Struct flowistry_pdg::rustc::mir::terminator::ClosureOutlivesRequirement
source · pub struct ClosureOutlivesRequirement<'tcx> {
pub subject: ClosureOutlivesSubject<'tcx>,
pub outlived_free_region: RegionVid,
pub blame_span: Span,
pub category: ConstraintCategory<'tcx>,
}
Expand description
Indicates an outlives-constraint between a type or between two free regions declared on the closure.
Fields§
§subject: ClosureOutlivesSubject<'tcx>
§outlived_free_region: RegionVid
§blame_span: Span
§category: ConstraintCategory<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for ClosureOutlivesRequirement<'tcx>
impl<'tcx> !Send for ClosureOutlivesRequirement<'tcx>
impl<'tcx> !Sync for ClosureOutlivesRequirement<'tcx>
impl<'tcx> Unpin for ClosureOutlivesRequirement<'tcx>
impl<'tcx> !UnwindSafe for ClosureOutlivesRequirement<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more