Enum trust_dns::rr::dnssec::Nsec3HashAlgorithm [] [src]

pub enum Nsec3HashAlgorithm {
    SHA1,
}

Variants

Methods

impl Nsec3HashAlgorithm
[src]

Trait Implementations

impl Debug for Nsec3HashAlgorithm
[src]

Formats the value using the given formatter.

impl PartialEq for Nsec3HashAlgorithm
[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 Nsec3HashAlgorithm
[src]

impl Hash for Nsec3HashAlgorithm
[src]

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

Feeds a slice of this type into the state provided.

impl Clone for Nsec3HashAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Nsec3HashAlgorithm
[src]