Enum yubihsm::auth_key::AuthKeyErrorKind[][src]

pub enum AuthKeyErrorKind {
    SizeInvalid,
}

Kinds of AuthKey-related errors

Variants

Size is invalid

Trait Implementations

impl Copy for AuthKeyErrorKind
[src]

impl Clone for AuthKeyErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for AuthKeyErrorKind
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations