Struct openssl::x509::X509Object
source · pub struct X509Object(/* private fields */);
Expand description
An X509
or an X509 certificate revocation list.
Methods from Deref<Target = X509ObjectRef>§
Trait Implementations§
source§impl AsRef<X509ObjectRef> for X509Object
impl AsRef<X509ObjectRef> for X509Object
source§fn as_ref(&self) -> &X509ObjectRef
fn as_ref(&self) -> &X509ObjectRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<X509ObjectRef> for X509Object
impl Borrow<X509ObjectRef> for X509Object
source§fn borrow(&self) -> &X509ObjectRef
fn borrow(&self) -> &X509ObjectRef
Immutably borrows from an owned value. Read more
source§impl Deref for X509Object
impl Deref for X509Object
§type Target = X509ObjectRef
type Target = X509ObjectRef
The resulting type after dereferencing.
source§fn deref(&self) -> &X509ObjectRef
fn deref(&self) -> &X509ObjectRef
Dereferences the value.
source§impl DerefMut for X509Object
impl DerefMut for X509Object
source§fn deref_mut(&mut self) -> &mut X509ObjectRef
fn deref_mut(&mut self) -> &mut X509ObjectRef
Mutably dereferences the value.
source§impl Drop for X509Object
impl Drop for X509Object
source§impl 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.
source§unsafe 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.
source§fn as_ptr(&self) -> *mut X509_OBJECT
fn as_ptr(&self) -> *mut X509_OBJECT
Returns a raw pointer to the wrapped value.
source§impl 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§
impl Freeze for X509Object
impl RefUnwindSafe for X509Object
impl Unpin for X509Object
impl UnwindSafe for X509Object
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more