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