Struct kmip_protocol::types::request::EncryptionKeyInformation [−][src]
pub struct EncryptionKeyInformation(pub UniqueIdentifier, pub Option<CryptographicParameters>);Expand description
See KMIP 1.0 section 2.1.5 Key Wrapping Data.
Tuple Fields
0: UniqueIdentifier1: Option<CryptographicParameters>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 EncryptionKeyInformation
impl Send for EncryptionKeyInformation
impl Sync for EncryptionKeyInformation
impl Unpin for EncryptionKeyInformation
impl UnwindSafe for EncryptionKeyInformation
Blanket Implementations
Mutably borrows from an owned value. Read more