Struct openssl::x509::DistPointRef
source · [−]pub struct DistPointRef(_);
Expand description
Reference to DistPoint
.
Implementations
sourceimpl DistPointRef
impl DistPointRef
sourcepub fn distpoint(&self) -> Option<&DistPointNameRef>
pub fn distpoint(&self) -> Option<&DistPointNameRef>
Returns the name of this distribution point if it exists
Trait Implementations
sourceimpl AsRef<DistPointRef> for DistPoint
impl AsRef<DistPointRef> for DistPoint
sourcefn as_ref(&self) -> &DistPointRef
fn as_ref(&self) -> &DistPointRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<DistPointRef> for DistPoint
impl Borrow<DistPointRef> for DistPoint
sourcefn borrow(&self) -> &DistPointRef
fn borrow(&self) -> &DistPointRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for DistPointRef
impl ForeignTypeRef for DistPointRef
impl Send for DistPointRef
impl Sync for DistPointRef
Auto Trait Implementations
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