Struct paralegal_spdg::rustc::mir::terminator::GeneratorSavedTy
source · pub struct GeneratorSavedTy<'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> !RefUnwindSafe for GeneratorSavedTy<'tcx>
impl<'tcx> !Send for GeneratorSavedTy<'tcx>
impl<'tcx> !Sync for GeneratorSavedTy<'tcx>
impl<'tcx> Unpin for GeneratorSavedTy<'tcx>
impl<'tcx> !UnwindSafe for GeneratorSavedTy<'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