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