Struct kmip_protocol::types::response::AttributeEditResponsePayload [−][src]
pub struct AttributeEditResponsePayload {
pub unique_identifier: UniqueIdentifier,
pub attribute: Attribute,
}
Expand description
Fields
unique_identifier: UniqueIdentifier
attribute: Attribute
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
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 Send for AttributeEditResponsePayload
impl Sync for AttributeEditResponsePayload
impl Unpin for AttributeEditResponsePayload
impl UnwindSafe for AttributeEditResponsePayload
Blanket Implementations
Mutably borrows from an owned value. Read more