pub struct X509StoreRef(_);
Expand description
Reference to an X509Store
.
Implementations
sourceimpl X509StoreRef
impl X509StoreRef
sourcepub fn objects(&self) -> &StackRef<X509Object>
pub fn objects(&self) -> &StackRef<X509Object>
Get a reference to the cache of certificates in this store.
This corresponds to X509_STORE_get0_objects
.
Trait Implementations
sourceimpl AsRef<X509StoreRef> for X509Store
impl AsRef<X509StoreRef> for X509Store
sourcefn as_ref(&self) -> &X509StoreRef
fn as_ref(&self) -> &X509StoreRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<X509StoreRef> for X509Store
impl Borrow<X509StoreRef> for X509Store
sourcefn borrow(&self) -> &X509StoreRef
fn borrow(&self) -> &X509StoreRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for X509StoreRef
impl ForeignTypeRef for X509StoreRef
impl Send for X509StoreRef
impl Sync for X509StoreRef
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more