Struct ciruela::Hash [] [src]

pub struct Hash(_);

Methods

impl Hash
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Hash for Hash
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for Hash
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Hash
[src]

impl Clone for Hash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Hash
[src]

impl Debug for Hash
[src]

[src]

Formats the value using the given formatter.

impl Display for Hash
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Deserialize<'a> for Hash
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Hash
[src]

[src]

Serialize this value into the given Serde serializer. Read more