Struct openssl::x509::store::X509StoreBuilder
[−]
[src]
pub struct X509StoreBuilder(_);
Methods from Deref<Target=X509StoreBuilderRef>
fn add_cert(&mut self, cert: X509) -> Result<(), ErrorStack>
Adds a certificate to the certificate store.
Trait Implementations
impl OpenSslType for X509StoreBuilder
[src]
type CType = X509_STORE
The raw C type.
type Ref = X509StoreBuilderRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut X509_STORE) -> X509StoreBuilder
Constructs an instance of this type from its raw type.
impl Drop for X509StoreBuilder
[src]
impl Deref for X509StoreBuilder
[src]
type Target = X509StoreBuilderRef
The resulting type after dereferencing
fn deref(&self) -> &X509StoreBuilderRef
The method called to dereference a value
impl DerefMut for X509StoreBuilder
[src]
fn deref_mut(&mut self) -> &mut X509StoreBuilderRef
The method called to mutably dereference a value