Struct headless_chrome::protocol::cdp::Network::SignedCertificateTimestamp
source · pub struct SignedCertificateTimestamp {
pub status: String,
pub origin: String,
pub log_description: String,
pub log_id: String,
pub timestamp: JsFloat,
pub hash_algorithm: String,
pub signature_algorithm: String,
pub signature_data: String,
}Fields§
§status: String§origin: String§log_description: String§log_id: String§timestamp: JsFloat§hash_algorithm: String§signature_algorithm: String§signature_data: StringTrait Implementations§
source§impl Clone for SignedCertificateTimestamp
impl Clone for SignedCertificateTimestamp
source§fn clone(&self) -> SignedCertificateTimestamp
fn clone(&self) -> SignedCertificateTimestamp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SignedCertificateTimestamp
impl Debug for SignedCertificateTimestamp
source§impl<'de> Deserialize<'de> for SignedCertificateTimestamp
impl<'de> Deserialize<'de> for SignedCertificateTimestamp
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