Struct yubihsm::responses::ListObjectsResponse [] [src]

pub struct ListObjectsResponse {
    pub objects: Vec<ListObjectsEntry>,
}

Fields

Objects in the response

Trait Implementations

impl Debug for ListObjectsResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations