Struct kmip_protocol::types::request::PrivateKeyTemplateAttribute [−][src]
Expand description
See KMIP 1.0 section 2.1.8 Template-Attribute Structures.
Tuple Fields
0: Option<Vec<Name>>
1: Option<Vec<Attribute>>
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PrivateKeyTemplateAttribute
impl Send for PrivateKeyTemplateAttribute
impl Sync for PrivateKeyTemplateAttribute
impl Unpin for PrivateKeyTemplateAttribute
impl UnwindSafe for PrivateKeyTemplateAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more