pub struct EncryptedPrivateKeyInfo {
pub encryption_algorithm: AlgorithmIdentifier,
pub encrypted_data: Vec<u8>,
}Fields§
§encryption_algorithm: AlgorithmIdentifier§encrypted_data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for EncryptedPrivateKeyInfo
impl Clone for EncryptedPrivateKeyInfo
Source§fn clone(&self) -> EncryptedPrivateKeyInfo
fn clone(&self) -> EncryptedPrivateKeyInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncryptedPrivateKeyInfo
impl Debug for EncryptedPrivateKeyInfo
Source§impl PartialEq for EncryptedPrivateKeyInfo
impl PartialEq for EncryptedPrivateKeyInfo
impl StructuralPartialEq for EncryptedPrivateKeyInfo
Auto Trait Implementations§
impl Freeze for EncryptedPrivateKeyInfo
impl RefUnwindSafe for EncryptedPrivateKeyInfo
impl Send for EncryptedPrivateKeyInfo
impl Sync for EncryptedPrivateKeyInfo
impl Unpin for EncryptedPrivateKeyInfo
impl UnsafeUnpin for EncryptedPrivateKeyInfo
impl UnwindSafe for EncryptedPrivateKeyInfo
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