pub struct NodeOrder<'tcx> {
body: &'tcx Body<'tcx>,
graph: Graph,
}
Fields§
§body: &'tcx Body<'tcx>
§graph: Graph
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for NodeOrder<'tcx>
impl<'tcx> !RefUnwindSafe for NodeOrder<'tcx>
impl<'tcx> Send for NodeOrder<'tcx>
impl<'tcx> Sync for NodeOrder<'tcx>
impl<'tcx> Unpin for NodeOrder<'tcx>
impl<'tcx> !UnwindSafe for NodeOrder<'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