pub struct RecipientEncryptedKey {
pub rid: KeyAgreeRecipientInfo,
pub encrypted_key: EncryptedKey,
}
Expand description
Recipient encrypted key.
RecipientEncryptedKey ::= SEQUENCE {
rid KeyAgreeRecipientIdentifier,
encryptedKey EncryptedKey }
Fields§
§rid: KeyAgreeRecipientInfo
§encrypted_key: EncryptedKey
Trait Implementations§
Source§impl Clone for RecipientEncryptedKey
impl Clone for RecipientEncryptedKey
Source§fn clone(&self) -> RecipientEncryptedKey
fn clone(&self) -> RecipientEncryptedKey
Returns a copy 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 RecipientEncryptedKey
impl Debug for RecipientEncryptedKey
Source§impl PartialEq for RecipientEncryptedKey
impl PartialEq for RecipientEncryptedKey
impl Eq for RecipientEncryptedKey
impl StructuralPartialEq for RecipientEncryptedKey
Auto Trait Implementations§
impl !Freeze for RecipientEncryptedKey
impl RefUnwindSafe for RecipientEncryptedKey
impl Send for RecipientEncryptedKey
impl Sync for RecipientEncryptedKey
impl Unpin for RecipientEncryptedKey
impl UnwindSafe for RecipientEncryptedKey
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