Struct openssl::x509::AccessDescription
source · pub struct AccessDescription(_);
Expand description
AccessDescription
of certificate authority information.
Methods from Deref<Target = AccessDescriptionRef>§
sourcepub fn method(&self) -> &Asn1ObjectRef
pub fn method(&self) -> &Asn1ObjectRef
Returns the access method OID.
pub fn location(&self) -> &GeneralNameRef
Trait Implementations§
source§impl AsRef<AccessDescriptionRef> for AccessDescription
impl AsRef<AccessDescriptionRef> for AccessDescription
source§fn as_ref(&self) -> &AccessDescriptionRef
fn as_ref(&self) -> &AccessDescriptionRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<AccessDescriptionRef> for AccessDescription
impl Borrow<AccessDescriptionRef> for AccessDescription
source§fn borrow(&self) -> &AccessDescriptionRef
fn borrow(&self) -> &AccessDescriptionRef
Immutably borrows from an owned value. Read more
source§impl Deref for AccessDescription
impl Deref for AccessDescription
§type Target = AccessDescriptionRef
type Target = AccessDescriptionRef
The resulting type after dereferencing.
source§fn deref(&self) -> &AccessDescriptionRef
fn deref(&self) -> &AccessDescriptionRef
Dereferences the value.
source§impl DerefMut for AccessDescription
impl DerefMut for AccessDescription
source§fn deref_mut(&mut self) -> &mut AccessDescriptionRef
fn deref_mut(&mut self) -> &mut AccessDescriptionRef
Mutably dereferences the value.
source§impl Drop for AccessDescription
impl Drop for AccessDescription
source§impl ForeignType for AccessDescription
impl ForeignType for AccessDescription
§type CType = ACCESS_DESCRIPTION
type CType = ACCESS_DESCRIPTION
The raw C type.
§type Ref = AccessDescriptionRef
type Ref = AccessDescriptionRef
The type representing a reference to this type.
source§unsafe fn from_ptr(ptr: *mut ACCESS_DESCRIPTION) -> AccessDescription
unsafe fn from_ptr(ptr: *mut ACCESS_DESCRIPTION) -> AccessDescription
Constructs an instance of this type from its raw type.
source§fn as_ptr(&self) -> *mut ACCESS_DESCRIPTION
fn as_ptr(&self) -> *mut ACCESS_DESCRIPTION
Returns a raw pointer to the wrapped value.
source§impl Stackable for AccessDescription
impl Stackable for AccessDescription
§type StackType = stack_st_ACCESS_DESCRIPTION
type StackType = stack_st_ACCESS_DESCRIPTION
The C stack type for this element. Read more