pub struct EncryptionKeyInformation(pub UniqueIdentifier, pub Option<CryptographicParameters>);
Expand description
See KMIP 1.0 section 2.1.5 Key Wrapping Data.
Tuple Fields§
§0: UniqueIdentifier
§1: Option<CryptographicParameters>
Trait Implementations§
Source§impl Clone for EncryptionKeyInformation
impl Clone for EncryptionKeyInformation
Source§fn clone(&self) -> EncryptionKeyInformation
fn clone(&self) -> EncryptionKeyInformation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EncryptionKeyInformation
impl Debug for EncryptionKeyInformation
Source§impl PartialEq for EncryptionKeyInformation
impl PartialEq for EncryptionKeyInformation
Source§impl Serialize for EncryptionKeyInformation
impl Serialize for EncryptionKeyInformation
impl Eq for EncryptionKeyInformation
impl StructuralPartialEq for EncryptionKeyInformation
Auto Trait Implementations§
impl Freeze for EncryptionKeyInformation
impl RefUnwindSafe for EncryptionKeyInformation
impl Send for EncryptionKeyInformation
impl Sync for EncryptionKeyInformation
impl Unpin for EncryptionKeyInformation
impl UnwindSafe for EncryptionKeyInformation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more