Struct rustc::traits::TraitErrorKey [] [src]

pub struct TraitErrorKey<'tcx> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl<'tcx> Debug for TraitErrorKey<'tcx>
[src]

Formats the value using the given formatter.

impl<'tcx> PartialEq for TraitErrorKey<'tcx>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'tcx> Eq for TraitErrorKey<'tcx>
[src]

impl<'tcx> Hash for TraitErrorKey<'tcx>
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.