Searched defs:MovePath (Results 1 – 1 of 1) sorted by relevance
56 pub struct MovePath<'tcx> { struct57 pub next_sibling: Option<MovePathIndex>, argument58 pub first_child: Option<MovePathIndex>, argument59 pub parent: Option<MovePathIndex>, argument63 impl<'tcx> MovePath<'tcx> { argument128 impl<'tcx> fmt::Debug for MovePath<'tcx> { implementation144 impl<'tcx> fmt::Display for MovePath<'tcx> { implementation