Struct openssl::x509::GeneralNameRef []

pub struct GeneralNameRef(_);

Reference to GeneralName.

Methods

impl GeneralNameRef
[src]

[src]

Returns the contents of this GeneralName if it is an rfc822Name.

[src]

Returns the contents of this GeneralName if it is a dNSName.

[src]

Returns the contents of this GeneralName if it is an uniformResourceIdentifier.

[src]

Returns the contents of this GeneralName if it is an iPAddress.

Trait Implementations

impl Borrow<GeneralNameRef> for GeneralName

Immutably borrows from an owned value. Read more

impl AsRef<GeneralNameRef> for GeneralName

Performs the conversion.

impl ForeignTypeRef for GeneralNameRef

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 GeneralNameRef
[src]

impl Sync for GeneralNameRef
[src]