pub struct CoroutineSavedTy<'tcx> {
pub ty: Ty<'tcx>,
pub source_info: SourceInfo,
pub ignore_for_traits: bool,
}Fields§
§ty: Ty<'tcx>§source_info: SourceInfoSource info corresponding to the local in the original MIR body.
ignore_for_traits: boolWhether 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.