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
impl Eq for OtherRevocationInfoFormat
impl StructuralPartialEq for OtherRevocationInfoFormat
Auto Trait Implementations§
impl !Freeze for OtherRevocationInfoFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)