(&self, other: &JumpTargetMarker)
| 870 | |
| 871 | impl PartialEq for JumpTargetMarker { |
| 872 | fn eq(&self, other: &JumpTargetMarker) -> bool { |
| 873 | Rc::ptr_eq(&self.0, &other.0) |
| 874 | } |
| 875 | } |
| 876 | |
| 877 | impl Hash for JumpTargetMarker { |
no outgoing calls
no test coverage detected