Struct yubihsm::commands::list_objects::ListObjectsEntry[][src]

pub struct ListObjectsEntry {
    pub object_id: ObjectId,
    pub object_type: ObjectType,
    pub sequence: SequenceId,
}

Brief information about an object as included in ListObjectsCommand

Fields

Object identifier

Object type

Sequence: number of times an object with this key ID and type has previously existed

Trait Implementations

impl Debug for ListObjectsEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations