Struct openssl::x509::DistPointNameRef
source · [−]pub struct DistPointNameRef(_);
Expand description
Reference to DistPointName
.
Implementations
sourceimpl DistPointNameRef
impl 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
sourceimpl AsRef<DistPointNameRef> for DistPointName
impl AsRef<DistPointNameRef> for DistPointName
sourcefn as_ref(&self) -> &DistPointNameRef
fn as_ref(&self) -> &DistPointNameRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<DistPointNameRef> for DistPointName
impl Borrow<DistPointNameRef> for DistPointName
sourcefn borrow(&self) -> &DistPointNameRef
fn borrow(&self) -> &DistPointNameRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for DistPointNameRef
impl ForeignTypeRef for DistPointNameRef
impl Send for DistPointNameRef
impl Sync for DistPointNameRef
Auto Trait Implementations
impl !RefUnwindSafe for DistPointNameRef
impl Unpin for DistPointNameRef
impl UnwindSafe for DistPointNameRef
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