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
sourceimpl AsRef<AccessDescriptionRef> for AccessDescription
impl AsRef<AccessDescriptionRef> for AccessDescription
sourcefn as_ref(&self) -> &AccessDescriptionRef
fn as_ref(&self) -> &AccessDescriptionRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<AccessDescriptionRef> for AccessDescription
impl Borrow<AccessDescriptionRef> for AccessDescription
sourcefn borrow(&self) -> &AccessDescriptionRef
fn borrow(&self) -> &AccessDescriptionRef
Immutably borrows from an owned value. Read more
sourceimpl Deref for AccessDescription
impl Deref for AccessDescription
type Target = AccessDescriptionRef
type Target = AccessDescriptionRef
The resulting type after dereferencing.
sourcefn deref(&self) -> &AccessDescriptionRef
fn deref(&self) -> &AccessDescriptionRef
Dereferences the value.
sourceimpl DerefMut for AccessDescription
impl DerefMut for AccessDescription
sourcefn deref_mut(&mut self) -> &mut AccessDescriptionRef
fn deref_mut(&mut self) -> &mut AccessDescriptionRef
Mutably dereferences the value.
sourceimpl Drop for AccessDescription
impl Drop for AccessDescription
sourceimpl 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.
sourceunsafe 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.
sourcefn as_ptr(&self) -> *mut ACCESS_DESCRIPTION
fn as_ptr(&self) -> *mut ACCESS_DESCRIPTION
Returns a raw pointer to the wrapped value.
sourceimpl 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
impl Send for AccessDescription
impl Sync for AccessDescription
Auto Trait Implementations
impl RefUnwindSafe for AccessDescription
impl Unpin for AccessDescription
impl UnwindSafe for AccessDescription
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