enum OrphanCheckEarlyExit<'tcx, E> {
NormalizationFailure(E),
ParamTy(Ty<'tcx>),
LocalTy(Ty<'tcx>),
}
Variants§
Auto Trait Implementations§
impl<'tcx, E> !RefUnwindSafe for OrphanCheckEarlyExit<'tcx, E>
impl<'tcx, E> Send for OrphanCheckEarlyExit<'tcx, E>where E: Send,
impl<'tcx, E> Sync for OrphanCheckEarlyExit<'tcx, E>where E: Sync,
impl<'tcx, E> Unpin for OrphanCheckEarlyExit<'tcx, E>where E: Unpin,
impl<'tcx, E> !UnwindSafe for OrphanCheckEarlyExit<'tcx, E>
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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.