Struct kmip_protocol::types::request::KeyValue [−][src]
pub struct KeyValue(pub KeyMaterial, pub Option<Vec<Attribute>>);
Expand description
See KMIP 1.0 section 2.1.4 Key Value.
Tuple Fields
0: KeyMaterial
1: Option<Vec<Attribute>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyValue
impl UnwindSafe for KeyValue
Blanket Implementations
Mutably borrows from an owned value. Read more