pub struct OtherRevocationInfoFormat {
pub other_rev_info_info_format: Oid,
pub other_rev_info: Option<()>,
}Expand description
Other revocation info format.
OtherRevocationInfoFormat ::= SEQUENCE {
otherRevInfoFormat OBJECT IDENTIFIER,
otherRevInfo ANY DEFINED BY otherRevInfoFormat }Fields
other_rev_info_info_format: Oidother_rev_info: Option<()>Trait Implementations
sourceimpl Clone for OtherRevocationInfoFormat
impl Clone for OtherRevocationInfoFormat
sourcefn clone(&self) -> OtherRevocationInfoFormat
fn clone(&self) -> OtherRevocationInfoFormat
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 OtherRevocationInfoFormat
impl Debug for OtherRevocationInfoFormat
sourceimpl PartialEq<OtherRevocationInfoFormat> for OtherRevocationInfoFormat
impl PartialEq<OtherRevocationInfoFormat> for OtherRevocationInfoFormat
sourcefn eq(&self, other: &OtherRevocationInfoFormat) -> bool
fn eq(&self, other: &OtherRevocationInfoFormat) -> bool
impl Eq for OtherRevocationInfoFormat
impl StructuralEq for OtherRevocationInfoFormat
impl StructuralPartialEq for OtherRevocationInfoFormat
Auto Trait Implementations
impl RefUnwindSafe for OtherRevocationInfoFormat
impl Send for OtherRevocationInfoFormat
impl Sync for OtherRevocationInfoFormat
impl Unpin for OtherRevocationInfoFormat
impl UnwindSafe for OtherRevocationInfoFormat
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.