Struct trust_dns::rr::dnssec::SupportedAlgorithms [] [src]

pub struct SupportedAlgorithms { /* fields omitted */ }

Used to specify the set of SupportedAlgorithms between a client and server

Methods

impl SupportedAlgorithms
[src]

Return a new set of Supported algorithms

Specify the entire set is supported

Based on the set of Algorithms, return the supported set

Set the specified algorithm as supported

Returns true if the algorithm is supported

Return an Iterator over the supported set.

Return the count of supported algorithms

Trait Implementations

impl Debug for SupportedAlgorithms
[src]

Formats the value using the given formatter.

impl PartialOrd for SupportedAlgorithms
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

impl Clone for SupportedAlgorithms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SupportedAlgorithms
[src]

impl Hash for SupportedAlgorithms
[src]

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

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

impl Default for SupportedAlgorithms
[src]

Returns the "default value" for a type. Read more

impl<'a> From<&'a [u8]> for SupportedAlgorithms
[src]

Performs the conversion.