pub struct Ocsp {
pub version: Option<String>,
pub response_status: Option<String>,
pub responder_id: Option<String>,
pub cert_status: Option<String>,
pub produced_at: Option<String>,
pub signature_algorithm: Option<String>,
pub next_update: Option<String>,
pub this_update: Option<String>,
pub certificate_id: Option<CertificateId>,
}Fields§
§version: Option<String>§response_status: Option<String>§responder_id: Option<String>§cert_status: Option<String>§produced_at: Option<String>§signature_algorithm: Option<String>§next_update: Option<String>§this_update: Option<String>§certificate_id: Option<CertificateId>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ocsp
impl<'de> Deserialize<'de> for Ocsp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Ocsp
impl RefUnwindSafe for Ocsp
impl Send for Ocsp
impl Sync for Ocsp
impl Unpin for Ocsp
impl UnwindSafe for Ocsp
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