Struct clippy_lints::utils::SpanlessHash [] [src]

pub struct SpanlessHash<'a, 'tcx: 'a> { /* fields omitted */ }

Type used to hash an ast element. This is different from the Hash trait on ast types as this trait would consider IDs and spans.

All expressions kind are hashed, but some might have a weaker hash.

Methods

impl<'a, 'tcx: 'a> SpanlessHash<'a, 'tcx>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<'a, 'tcx> !Send for SpanlessHash<'a, 'tcx>

impl<'a, 'tcx> !Sync for SpanlessHash<'a, 'tcx>