Enum trie::merkle::nibble::Nibble [] [src]

pub enum Nibble {
    N0,
    N1,
    N2,
    N3,
    N4,
    N5,
    N6,
    N7,
    N8,
    N9,
    N10,
    N11,
    N12,
    N13,
    N14,
    N15,
}

Variants

Trait Implementations

impl Debug for Nibble
[src]

[src]

Formats the value using the given formatter.

impl Clone for Nibble
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Nibble
[src]

impl PartialEq for Nibble
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Nibble
[src]

impl Hash for Nibble
[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 From<usize> for Nibble
[src]

[src]

Performs the conversion.

impl Into<usize> for Nibble
[src]

[src]

Performs the conversion.

impl From<u8> for Nibble
[src]

[src]

Performs the conversion.

impl Into<u8> for Nibble
[src]

[src]

Performs the conversion.