Struct openssl::x509::DistPointName
source · pub struct DistPointName(/* private fields */);
Expand description
A X509
distribution point.
Methods from Deref<Target = DistPointNameRef>§
sourcepub fn fullname(&self) -> Option<&StackRef<GeneralName>>
pub fn fullname(&self) -> Option<&StackRef<GeneralName>>
Returns the contents of this DistPointName if it is a fullname.
Trait Implementations§
source§impl AsRef<DistPointNameRef> for DistPointName
impl AsRef<DistPointNameRef> for DistPointName
source§fn as_ref(&self) -> &DistPointNameRef
fn as_ref(&self) -> &DistPointNameRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<DistPointNameRef> for DistPointName
impl Borrow<DistPointNameRef> for DistPointName
source§fn borrow(&self) -> &DistPointNameRef
fn borrow(&self) -> &DistPointNameRef
Immutably borrows from an owned value. Read more
source§impl Deref for DistPointName
impl Deref for DistPointName
§type Target = DistPointNameRef
type Target = DistPointNameRef
The resulting type after dereferencing.
source§fn deref(&self) -> &DistPointNameRef
fn deref(&self) -> &DistPointNameRef
Dereferences the value.
source§impl DerefMut for DistPointName
impl DerefMut for DistPointName
source§fn deref_mut(&mut self) -> &mut DistPointNameRef
fn deref_mut(&mut self) -> &mut DistPointNameRef
Mutably dereferences the value.
source§impl Drop for DistPointName
impl Drop for DistPointName
source§impl ForeignType for DistPointName
impl ForeignType for DistPointName
§type CType = DIST_POINT_NAME
type CType = DIST_POINT_NAME
The raw C type.
§type Ref = DistPointNameRef
type Ref = DistPointNameRef
The type representing a reference to this type.
source§unsafe fn from_ptr(ptr: *mut DIST_POINT_NAME) -> DistPointName
unsafe fn from_ptr(ptr: *mut DIST_POINT_NAME) -> DistPointName
Constructs an instance of this type from its raw type.
source§fn as_ptr(&self) -> *mut DIST_POINT_NAME
fn as_ptr(&self) -> *mut DIST_POINT_NAME
Returns a raw pointer to the wrapped value.
impl Send for DistPointName
impl Sync for DistPointName
Auto Trait Implementations§
impl Freeze for DistPointName
impl RefUnwindSafe for DistPointName
impl Unpin for DistPointName
impl UnwindSafe for DistPointName
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