Struct pkcs11_uri::PathAttributes[][src]

pub struct PathAttributes {
Show 13 fields pub library_description: Option<String>, pub library_manufacturer: Option<String>, pub library_version: Option<Version>, pub slot_description: Option<String>, pub slot_id: Option<SlotId>, pub slot_manufacturer: Option<String>, pub token_manufacturer: Option<String>, pub token_model: Option<String>, pub token_label: Option<String>, pub token_serial: Option<[u8; 16]>, pub object_class: Option<ObjectClass>, pub object_id: Option<Vec<u8>>, pub object_label: Option<String>,
}

Fields

library_description: Option<String>library_manufacturer: Option<String>library_version: Option<Version>slot_description: Option<String>slot_id: Option<SlotId>slot_manufacturer: Option<String>token_manufacturer: Option<String>token_model: Option<String>token_label: Option<String>token_serial: Option<[u8; 16]>object_class: Option<ObjectClass>object_id: Option<Vec<u8>>object_label: Option<String>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.