Struct openssl::x509::store::X509Store [−]
pub struct X509Store(_);
A certificate store to hold trusted X509 certificates.
Trait Implementations
impl ForeignType for X509Store
impl ForeignType for X509Storetype CType = X509_STORE
The raw C type.
type Ref = X509StoreRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut X509_STORE) -> X509Store
unsafe fn from_ptr(ptr: *mut X509_STORE) -> X509StoreConstructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut X509_STORE
fn as_ptr(&self) -> *mut X509_STOREReturns a raw pointer to the wrapped value.
impl Drop for X509Store
impl Drop for X509Storeimpl Deref for X509Store
impl Deref for X509Storetype Target = X509StoreRef
The resulting type after dereferencing.
fn deref(&self) -> &X509StoreRef
fn deref(&self) -> &X509StoreRefDereferences the value.
impl DerefMut for X509Store
impl DerefMut for X509Storefn deref_mut(&mut self) -> &mut X509StoreRef
fn deref_mut(&mut self) -> &mut X509StoreRefMutably dereferences the value.
impl Borrow<X509StoreRef> for X509Store
impl Borrow<X509StoreRef> for X509Storefn borrow(&self) -> &X509StoreRef
fn borrow(&self) -> &X509StoreRefImmutably borrows from an owned value. Read more
impl AsRef<X509StoreRef> for X509Store
impl AsRef<X509StoreRef> for X509Storefn as_ref(&self) -> &X509StoreRef
fn as_ref(&self) -> &X509StoreRefPerforms the conversion.
impl Send for X509Store[src]
impl Send for X509Storeimpl Sync for X509Store[src]
impl Sync for X509Store