Struct cryptographic_message_syntax::asn1::rfc5652::OriginatorInfo
source · pub struct OriginatorInfo {
pub certs: Option<CertificateSet>,
pub crls: Option<RevocationInfoChoices>,
}
Expand description
Originator info.
OriginatorInfo ::= SEQUENCE {
certs [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT RevocationInfoChoices OPTIONAL }
Fields§
§certs: Option<CertificateSet>
§crls: Option<RevocationInfoChoices>
Trait Implementations§
source§impl Clone for OriginatorInfo
impl Clone for OriginatorInfo
source§fn clone(&self) -> OriginatorInfo
fn clone(&self) -> OriginatorInfo
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 OriginatorInfo
impl Debug for OriginatorInfo
source§impl PartialEq for OriginatorInfo
impl PartialEq for OriginatorInfo
source§fn eq(&self, other: &OriginatorInfo) -> bool
fn eq(&self, other: &OriginatorInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OriginatorInfo
impl StructuralEq for OriginatorInfo
impl StructuralPartialEq for OriginatorInfo
Auto Trait Implementations§
impl RefUnwindSafe for OriginatorInfo
impl Send for OriginatorInfo
impl Sync for OriginatorInfo
impl Unpin for OriginatorInfo
impl UnwindSafe for OriginatorInfo
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.