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
sourceimpl Clone for OriginatorInfo
impl Clone for OriginatorInfo
sourcefn clone(&self) -> OriginatorInfo
fn clone(&self) -> OriginatorInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OriginatorInfo
impl Debug for OriginatorInfo
sourceimpl PartialEq<OriginatorInfo> for OriginatorInfo
impl PartialEq<OriginatorInfo> for OriginatorInfo
sourcefn eq(&self, other: &OriginatorInfo) -> bool
fn eq(&self, other: &OriginatorInfo) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.