Struct openssl::x509::X509ReqRef []

pub struct X509ReqRef(_);

Methods

impl X509ReqRef
[src]

[src]

Serializes this value to PEM.

[src]

Serializes this value to DER.

[src]

[src]

Trait Implementations

impl Borrow<X509ReqRef> for X509Req

Immutably borrows from an owned value. Read more

impl AsRef<X509ReqRef> for X509Req

Performs the conversion.

impl ForeignTypeRef for X509ReqRef

The raw C type.

Important traits for &'a mut R
[src]

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

Important traits for &'a mut R
[src]

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

[src]

Returns a raw pointer to the wrapped value.