pub struct OcspSingleResp { /* private fields */ }Expand description
An individual SingleResponse entry inside an OCSP_BASICRESP
(OCSP_SINGLERESP*).
Not usually constructed directly; obtain a borrowed view via
OcspBasicResp::get_response.
Trait Implementations§
Source§impl Drop for OcspSingleResp
impl Drop for OcspSingleResp
impl Send for OcspSingleResp
Auto Trait Implementations§
impl Freeze for OcspSingleResp
impl RefUnwindSafe for OcspSingleResp
impl !Sync for OcspSingleResp
impl Unpin for OcspSingleResp
impl UnsafeUnpin for OcspSingleResp
impl UnwindSafe for OcspSingleResp
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