Struct openssl::x509::GeneralName [−][src]
pub struct GeneralName(_);
Expand description
An X509
certificate alternative names.
Methods from Deref<Target = GeneralNameRef>
Returns the contents of this GeneralName
if it is an rfc822Name
.
Returns the contents of this GeneralName
if it is a dNSName
.
Returns the contents of this GeneralName
if it is an uniformResourceIdentifier
.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = GeneralNameRef
type Target = GeneralNameRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = GENERAL_NAME
type CType = GENERAL_NAME
The raw C type.
type Ref = GeneralNameRef
type Ref = GeneralNameRef
The type representing a reference to this type.
Constructs an instance of this type from its raw type.
Returns a raw pointer to the wrapped value.
type StackType = stack_st_GENERAL_NAME
type StackType = stack_st_GENERAL_NAME
The C stack type for this element. Read more