Struct kmip_protocol::types::response::Attribute [−][src]
pub struct Attribute {
pub name: AttributeName,
pub index: Option<AttributeIndex>,
pub value: AttributeValue,
}
Expand description
See KMIP 1.0 section 2.1.1 Attribute.
Fields
name: AttributeName
index: Option<AttributeIndex>
value: AttributeValue
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Attribute
impl UnwindSafe for Attribute
Blanket Implementations
Mutably borrows from an owned value. Read more