Struct openssl::ssl::SslContext []

pub struct SslContext(_);

Methods

impl SslContext
[src]

[src]

[src]

Returns a new extra data index.

Each invocation of this function is guaranteed to return a distinct index.

Methods from Deref<Target = SslContextRef>

[src]

Returns the certificate store used for verification.

[src]

[src]

Returns a reference to the extra data at the specified index.

Trait Implementations

impl ForeignType for SslContext

The raw C type.

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.

impl Drop for SslContext

Executes the destructor for this type. Read more

impl Deref for SslContext

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for SslContext

Mutably dereferences the value.

impl Send for SslContext
[src]

impl Sync for SslContext
[src]

impl Clone for SslContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SslContext
[src]

[src]

Formats the value using the given formatter.