Struct rustc_query_system::cache::WithDepNode [−][src]
pub struct WithDepNode<T> {
dep_node: DepNodeIndex,
cached_value: T,
}
Fields
dep_node: DepNodeIndex
cached_value: T
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for WithDepNode<T> where
T: RefUnwindSafe,
impl<T> Send for WithDepNode<T> where
T: Send,
impl<T> Sync for WithDepNode<T> where
T: Sync,
impl<T> Unpin for WithDepNode<T> where
T: Unpin,
impl<T> UnwindSafe for WithDepNode<T> where
T: UnwindSafe,
Blanket Implementations
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.