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: Oid
§other_rev_info: Option<()>
Trait Implementations§
source§impl Clone for OtherRevocationInfoFormat
impl Clone for OtherRevocationInfoFormat
source§fn clone(&self) -> OtherRevocationInfoFormat
fn clone(&self) -> OtherRevocationInfoFormat
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 OtherRevocationInfoFormat
impl Debug for OtherRevocationInfoFormat
source§impl PartialEq for OtherRevocationInfoFormat
impl PartialEq for OtherRevocationInfoFormat
source§fn eq(&self, other: &OtherRevocationInfoFormat) -> bool
fn eq(&self, other: &OtherRevocationInfoFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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.