Struct kmip_protocol::types::request::PublicKeyTemplateAttribute [−][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 PublicKeyTemplateAttribute
impl Send for PublicKeyTemplateAttribute
impl Sync for PublicKeyTemplateAttribute
impl Unpin for PublicKeyTemplateAttribute
impl UnwindSafe for PublicKeyTemplateAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more