Struct rustc_query_system::dep_graph::TaskDeps
source · [−]pub struct TaskDeps<K: DepKind> {
node: Option<DepNode<K>>,
reads: SmallVec<[DepNodeIndex; 8]>,
read_set: FxHashSet<DepNodeIndex>,
phantom_data: PhantomData<DepNode<K>>,
}
Fields
node: Option<DepNode<K>>
reads: SmallVec<[DepNodeIndex; 8]>
read_set: FxHashSet<DepNodeIndex>
phantom_data: PhantomData<DepNode<K>>
Trait Implementations
Auto Trait Implementations
impl<K> RefUnwindSafe for TaskDeps<K>where
K: RefUnwindSafe,
impl<K> Send for TaskDeps<K>
impl<K> Sync for TaskDeps<K>where
K: Sync,
impl<K> Unpin for TaskDeps<K>where
K: Unpin,
impl<K> UnwindSafe for TaskDeps<K>where
K: UnwindSafe,
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
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.