Struct rustc::traits::TraitErrorKey  
                   
                       [−]
                   
               [src]
pub struct TraitErrorKey<'tcx> {
    // some fields omitted
}Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl<'tcx> Hash for TraitErrorKey<'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.
impl<'tcx> Eq for TraitErrorKey<'tcx>[src]
impl<'tcx> PartialEq for TraitErrorKey<'tcx>[src]
fn eq(&self, __arg_0: &TraitErrorKey<'tcx>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TraitErrorKey<'tcx>) -> bool
This method tests for !=.