Enum rustc_metadata::encoder::XRef
[−]
[src]
pub enum XRef<'tcx> {
Predicate(Predicate<'tcx>),
}Unstable (
rustc_private)"interned" entries referenced by id
Variants
Predicate(Predicate<'tcx>)Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl<'tcx> Hash for XRef<'tcx>[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.