pub struct RefGraph { /* private fields */ }Expand description
An inverse-reference index: for each entity, the entities that reference it.
Implementations§
Auto Trait Implementations§
impl Freeze for RefGraph
impl RefUnwindSafe for RefGraph
impl Send for RefGraph
impl Sync for RefGraph
impl Unpin for RefGraph
impl UnsafeUnpin for RefGraph
impl UnwindSafe for RefGraph
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