Struct openssl::ocsp::OcspCertIdRef
source · [−]pub struct OcspCertIdRef(_);
Trait Implementations
sourceimpl AsRef<OcspCertIdRef> for OcspCertId
impl AsRef<OcspCertIdRef> for OcspCertId
sourcefn as_ref(&self) -> &OcspCertIdRef
fn as_ref(&self) -> &OcspCertIdRef
Performs the conversion.
sourceimpl Borrow<OcspCertIdRef> for OcspCertId
impl Borrow<OcspCertIdRef> for OcspCertId
sourcefn borrow(&self) -> &OcspCertIdRef
fn borrow(&self) -> &OcspCertIdRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for OcspCertIdRef
impl ForeignTypeRef for OcspCertIdRef
impl Send for OcspCertIdRef
impl Sync for OcspCertIdRef
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more