Struct openssl::x509::X509Object
source · [−]pub struct X509Object(_);
Expand description
An X509
or an X509 certificate revocation list.
Methods from Deref<Target = X509ObjectRef>
Trait Implementations
sourceimpl AsRef<X509ObjectRef> for X509Object
impl AsRef<X509ObjectRef> for X509Object
sourcefn as_ref(&self) -> &X509ObjectRef
fn as_ref(&self) -> &X509ObjectRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<X509ObjectRef> for X509Object
impl Borrow<X509ObjectRef> for X509Object
sourcefn borrow(&self) -> &X509ObjectRef
fn borrow(&self) -> &X509ObjectRef
Immutably borrows from an owned value. Read more
sourceimpl Deref for X509Object
impl Deref for X509Object
type Target = X509ObjectRef
type Target = X509ObjectRef
The resulting type after dereferencing.
sourcefn deref(&self) -> &X509ObjectRef
fn deref(&self) -> &X509ObjectRef
Dereferences the value.
sourceimpl DerefMut for X509Object
impl DerefMut for X509Object
sourcefn deref_mut(&mut self) -> &mut X509ObjectRef
fn deref_mut(&mut self) -> &mut X509ObjectRef
Mutably dereferences the value.
sourceimpl Drop for X509Object
impl Drop for X509Object
sourceimpl ForeignType for X509Object
impl ForeignType for X509Object
type CType = X509_OBJECT
type CType = X509_OBJECT
The raw C type.
type Ref = X509ObjectRef
type Ref = X509ObjectRef
The type representing a reference to this type.
sourceunsafe fn from_ptr(ptr: *mut X509_OBJECT) -> X509Object
unsafe fn from_ptr(ptr: *mut X509_OBJECT) -> X509Object
Constructs an instance of this type from its raw type.
sourcefn as_ptr(&self) -> *mut X509_OBJECT
fn as_ptr(&self) -> *mut X509_OBJECT
Returns a raw pointer to the wrapped value.
sourceimpl Stackable for X509Object
impl Stackable for X509Object
type StackType = stack_st_X509_OBJECT
type StackType = stack_st_X509_OBJECT
The C stack type for this element. Read more
impl Send for X509Object
impl Sync for X509Object
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