pub struct CoroutineSavedTy<'tcx> {
pub ty: Ty<'tcx>,
pub source_info: SourceInfo,
pub ignore_for_traits: bool,
}
Fields§
§ty: Ty<'tcx>
§source_info: SourceInfo
Source info corresponding to the local in the original MIR body.
ignore_for_traits: bool
Whether the local should be ignored for trait bound computations.
Auto Trait Implementations§
impl<'tcx> Freeze for CoroutineSavedTy<'tcx>
impl<'tcx> !RefUnwindSafe for CoroutineSavedTy<'tcx>
impl<'tcx> Send for CoroutineSavedTy<'tcx>
impl<'tcx> Sync for CoroutineSavedTy<'tcx>
impl<'tcx> Unpin for CoroutineSavedTy<'tcx>
impl<'tcx> !UnwindSafe for CoroutineSavedTy<'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