Struct openssl::x509::X509NameEntryRef[][src]

pub struct X509NameEntryRef(_);
Expand description

Reference to X509NameEntry.

Implementations

Returns the field value of an X509NameEntry.

This corresponds to X509_NAME_ENTRY_get_data.

Returns the Asn1Object value of an X509NameEntry. This is useful for finding out about the actual Nid when iterating over all X509NameEntries.

This corresponds to X509_NAME_ENTRY_get_object.

Trait Implementations

Performs the conversion.

Immutably borrows from an owned value. Read more

Formats the value using the given formatter. Read more

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.