Struct stc_ts_ordering::calc::Deps
source · [−]pub(crate) struct Deps<'a, I>where
I: Eq + Hash,{
pub declared_by: &'a AHashMap<I, Vec<usize>>,
pub used_by_idx: &'a AHashMap<usize, AHashSet<I>>,
}
Fields
declared_by: &'a AHashMap<I, Vec<usize>>
used_by_idx: &'a AHashMap<usize, AHashSet<I>>
Trait Implementations
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for Deps<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for Deps<'a, I>where
I: Sync,
impl<'a, I> Sync for Deps<'a, I>where
I: Sync,
impl<'a, I> Unpin for Deps<'a, I>
impl<'a, I> UnwindSafe for Deps<'a, I>where
I: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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