Struct openssl::ocsp::OcspOneReqRef
source · pub struct OcspOneReqRef(/* private fields */);
Trait Implementations§
source§impl AsRef<OcspOneReqRef> for OcspOneReq
impl AsRef<OcspOneReqRef> for OcspOneReq
source§fn as_ref(&self) -> &OcspOneReqRef
fn as_ref(&self) -> &OcspOneReqRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<OcspOneReqRef> for OcspOneReq
impl Borrow<OcspOneReqRef> for OcspOneReq
source§fn borrow(&self) -> &OcspOneReqRef
fn borrow(&self) -> &OcspOneReqRef
Immutably borrows from an owned value. Read more
source§impl ForeignTypeRef for OcspOneReqRef
impl ForeignTypeRef for OcspOneReqRef
§type CType = OCSP_ONEREQ
type CType = OCSP_ONEREQ
The raw C type.
source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.
impl Send for OcspOneReqRef
impl Sync for OcspOneReqRef
Auto Trait Implementations§
impl !Freeze for OcspOneReqRef
impl !RefUnwindSafe for OcspOneReqRef
impl Unpin for OcspOneReqRef
impl UnwindSafe for OcspOneReqRef
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