Enum yubihsm::algorithm::AlgorithmErrorKind[][src]

pub enum AlgorithmErrorKind {
    TagInvalid,
}

Kinds of Algorithm-related errors

Variants

Invalid algorithm tag

Trait Implementations

impl Copy for AlgorithmErrorKind
[src]

impl Clone for AlgorithmErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for AlgorithmErrorKind
[src]

impl PartialEq for AlgorithmErrorKind
[src]

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

This method tests for !=.

impl Debug for AlgorithmErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations