Struct rustc_borrowck::diagnostics::bound_region_errors::UniverseInfo [−][src]
pub(crate) struct UniverseInfo<'tcx>(UniverseInfoInner<'tcx>);
Tuple Fields
0: UniverseInfoInner<'tcx>
Implementations
pub(crate) fn report_error(
&self,
mbcx: &mut MirBorrowckCtxt<'_, 'tcx>,
placeholder: PlaceholderRegion,
error_element: RegionElement,
cause: ObligationCause<'tcx>
)
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for UniverseInfo<'tcx>
impl<'tcx> !Send for UniverseInfo<'tcx>
impl<'tcx> !Sync for UniverseInfo<'tcx>
impl<'tcx> Unpin for UniverseInfo<'tcx>
impl<'tcx> !UnwindSafe for UniverseInfo<'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: 24 bytes