Struct headless_chrome::protocol::cdp::Network::SignedExchangeSignature
source · pub struct SignedExchangeSignature {
pub label: String,
pub signature: String,
pub integrity: String,
pub cert_url: Option<String>,
pub cert_sha_256: Option<String>,
pub validity_url: String,
pub date: JsUInt,
pub expires: JsUInt,
pub certificates: Option<Vec<String>>,
}Fields§
§label: String§signature: String§integrity: String§cert_url: Option<String>§cert_sha_256: Option<String>§validity_url: String§date: JsUInt§expires: JsUInt§certificates: Option<Vec<String>>Trait Implementations§
source§impl Clone for SignedExchangeSignature
impl Clone for SignedExchangeSignature
source§fn clone(&self) -> SignedExchangeSignature
fn clone(&self) -> SignedExchangeSignature
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 SignedExchangeSignature
impl Debug for SignedExchangeSignature
source§impl<'de> Deserialize<'de> for SignedExchangeSignature
impl<'de> Deserialize<'de> for SignedExchangeSignature
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