Enum libyubihsm::ObjectType [] [src]

pub enum ObjectType {
    Asymmetric,
    AuthKey,
    HmacKey,
    Opaque,
    OtpAeadKey,
    Public,
    Template,
    WrapKey,
}

Variants

Trait Implementations

impl Clone for ObjectType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ObjectType
[src]

impl Debug for ObjectType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ObjectType
[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 From<u32> for ObjectType
[src]

[src]

Performs the conversion.

impl From<ObjectType> for u32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ObjectType

impl Sync for ObjectType