pub struct EncryptedContentInfo {
pub contentType: ObjectIdentifier,
pub contentEncryptionAlgorithm: ContentEncryptionAlgorithm,
}Fields§
§contentType: ObjectIdentifier§contentEncryptionAlgorithm: ContentEncryptionAlgorithmTrait Implementations§
Source§impl BERDecodable for EncryptedContentInfo
impl BERDecodable for EncryptedContentInfo
Source§fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
Source§impl Clone for EncryptedContentInfo
impl Clone for EncryptedContentInfo
Source§fn clone(&self) -> EncryptedContentInfo
fn clone(&self) -> EncryptedContentInfo
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 EncryptedContentInfo
impl Debug for EncryptedContentInfo
impl Eq for EncryptedContentInfo
Source§impl Hash for EncryptedContentInfo
impl Hash for EncryptedContentInfo
Source§impl PartialEq for EncryptedContentInfo
impl PartialEq for EncryptedContentInfo
Source§fn eq(&self, other: &EncryptedContentInfo) -> bool
fn eq(&self, other: &EncryptedContentInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncryptedContentInfo
Auto Trait Implementations§
impl Freeze for EncryptedContentInfo
impl RefUnwindSafe for EncryptedContentInfo
impl Send for EncryptedContentInfo
impl Sync for EncryptedContentInfo
impl Unpin for EncryptedContentInfo
impl UnsafeUnpin for EncryptedContentInfo
impl UnwindSafe for EncryptedContentInfo
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