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