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
Converts this type into a shared reference of the (usually inferred) input type.
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 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