Struct rustc_data_structures::svh::Svh[][src]

pub struct Svh { /* fields omitted */ }

Methods

impl Svh
[src]

Create a new Svh given the hash. If you actually want to compute the SVH from some HIR, you want the calculate_svh function found in librustc_incremental.

Trait Implementations

impl Copy for Svh
[src]

impl Clone for Svh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Svh
[src]

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

This method tests for !=.

impl Eq for Svh
[src]

impl Debug for Svh
[src]

Formats the value using the given formatter. Read more

impl Hash for Svh
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Svh
[src]

Formats the value using the given formatter. Read more

impl Encodable for Svh
[src]

impl Decodable for Svh
[src]

impl<T> HashStable<T> for Svh
[src]

Auto Trait Implementations

impl Send for Svh

impl Sync for Svh