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 X509Store
type 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) -> X509Store
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut X509_STORE
fn as_ptr(&self) -> *mut X509_STORE
Returns a raw pointer to the wrapped value.
impl Drop for X509Store
impl Drop for X509Store
impl Deref for X509Store
impl Deref for X509Store
type Target = X509StoreRef
The resulting type after dereferencing.
fn deref(&self) -> &X509StoreRef
fn deref(&self) -> &X509StoreRef
Dereferences the value.
impl DerefMut for X509Store
impl DerefMut for X509Store
fn deref_mut(&mut self) -> &mut X509StoreRef
fn deref_mut(&mut self) -> &mut X509StoreRef
Mutably dereferences the value.
impl Borrow<X509StoreRef> for X509Store
impl Borrow<X509StoreRef> for X509Store
fn borrow(&self) -> &X509StoreRef
fn borrow(&self) -> &X509StoreRef
Immutably borrows from an owned value. Read more
impl AsRef<X509StoreRef> for X509Store
impl AsRef<X509StoreRef> for X509Store
fn as_ref(&self) -> &X509StoreRef
fn as_ref(&self) -> &X509StoreRef
Performs the conversion.
impl Send for X509Store
[src]
impl Send for X509Store
impl Sync for X509Store
[src]
impl Sync for X509Store