Struct openssl::x509::X509NameRef []

pub struct X509NameRef(_);

Reference to X509Name.

Methods

impl X509NameRef
[src]

Important traits for X509NameEntries<'a>
[src]

Returns the name entries by the nid.

Trait Implementations

impl Borrow<X509NameRef> for X509Name

Immutably borrows from an owned value. Read more

impl AsRef<X509NameRef> for X509Name

Performs the conversion.

impl ForeignTypeRef for X509NameRef

The raw C type.

Important traits for &'a mut W
[src]

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

Important traits for &'a mut W
[src]

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

[src]

Returns a raw pointer to the wrapped value.

impl Send for X509NameRef
[src]

impl Sync for X509NameRef
[src]