Struct kmip_protocol::types::request::KeyWrappingSpecification [−][src]
pub struct KeyWrappingSpecification(pub WrappingMethod, pub Option<EncryptionKeyInformation>, pub Option<MACOrSignatureKeyInformation>, pub Option<Vec<Attribute>>);
Expand description
See KMIP 1.0 section 2.1.6 Key Wrapping Specification.
Tuple Fields
0: WrappingMethod
1: Option<EncryptionKeyInformation>
2: Option<MACOrSignatureKeyInformation>
3: Option<Vec<Attribute>>
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 KeyWrappingSpecification
impl Send for KeyWrappingSpecification
impl Sync for KeyWrappingSpecification
impl Unpin for KeyWrappingSpecification
impl UnwindSafe for KeyWrappingSpecification
Blanket Implementations
Mutably borrows from an owned value. Read more