pub struct ReachingDefAnnotation(_);
Expand description
The annotation for reaching definitions. For each code position, we have a map of local indices to the set of definitions reaching the code position.
Trait Implementations
sourceimpl Default for ReachingDefAnnotation
impl Default for ReachingDefAnnotation
sourcefn default() -> ReachingDefAnnotation
fn default() -> ReachingDefAnnotation
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ReachingDefAnnotation
impl Send for ReachingDefAnnotation
impl Sync for ReachingDefAnnotation
impl Unpin for ReachingDefAnnotation
impl UnwindSafe for ReachingDefAnnotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more