pub struct SSATrans<'tcx> {
    pub tcx: TyCtxt<'tcx>,
    pub debug: bool,
}Fields§
§tcx: TyCtxt<'tcx>§debug: boolImplementations§
Auto Trait Implementations§
impl<'tcx> Freeze for SSATrans<'tcx>
impl<'tcx> !RefUnwindSafe for SSATrans<'tcx>
impl<'tcx> !Send for SSATrans<'tcx>
impl<'tcx> !Sync for SSATrans<'tcx>
impl<'tcx> Unpin for SSATrans<'tcx>
impl<'tcx> !UnwindSafe for SSATrans<'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