[−][src]Union nginx::asn1_type_st__bindgen_ty_1
Fields
ptr: *mut c_charboolean: ASN1_BOOLEANasn1_string: *mut ASN1_STRINGobject: *mut ASN1_OBJECTinteger: *mut ASN1_INTEGERenumerated: *mut ASN1_ENUMERATEDbit_string: *mut ASN1_BIT_STRINGoctet_string: *mut ASN1_OCTET_STRINGprintablestring: *mut ASN1_PRINTABLESTRINGt61string: *mut ASN1_T61STRINGia5string: *mut ASN1_IA5STRINGgeneralstring: *mut ASN1_GENERALSTRINGbmpstring: *mut ASN1_BMPSTRINGuniversalstring: *mut ASN1_UNIVERSALSTRINGutctime: *mut ASN1_UTCTIMEgeneralizedtime: *mut ASN1_GENERALIZEDTIMEvisiblestring: *mut ASN1_VISIBLESTRINGutf8string: *mut ASN1_UTF8STRINGset: *mut ASN1_STRINGsequence: *mut ASN1_STRINGasn1_value: *mut ASN1_VALUETrait Implementations
impl Clone for asn1_type_st__bindgen_ty_1[src]
fn clone(&self) -> asn1_type_st__bindgen_ty_1[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for asn1_type_st__bindgen_ty_1[src]
Auto Trait Implementations
impl RefUnwindSafe for asn1_type_st__bindgen_ty_1
impl !Send for asn1_type_st__bindgen_ty_1
impl !Sync for asn1_type_st__bindgen_ty_1
impl Unpin for asn1_type_st__bindgen_ty_1
impl UnwindSafe for asn1_type_st__bindgen_ty_1
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,