struct ProjectionSupport<'tcx> {
    pf_vec: Vec<(usize, Ty<'tcx>)>,
    deref: bool,
    downcast: Option<VariantIdx>,
    unsupport: bool,
}Fields§
§pf_vec: Vec<(usize, Ty<'tcx>)>§deref: bool§downcast: Option<VariantIdx>§unsupport: boolImplementations§
Source§impl<'tcx> ProjectionSupport<'tcx>
 
impl<'tcx> ProjectionSupport<'tcx>
Trait Implementations§
Source§impl<'tcx> Debug for ProjectionSupport<'tcx>
 
impl<'tcx> Debug for ProjectionSupport<'tcx>
Auto Trait Implementations§
impl<'tcx> Freeze for ProjectionSupport<'tcx>
impl<'tcx> !RefUnwindSafe for ProjectionSupport<'tcx>
impl<'tcx> Send for ProjectionSupport<'tcx>
impl<'tcx> Sync for ProjectionSupport<'tcx>
impl<'tcx> Unpin for ProjectionSupport<'tcx>
impl<'tcx> !UnwindSafe for ProjectionSupport<'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