Struct headless_chrome::protocol::cdp::Page::InstallabilityError
source · pub struct InstallabilityError {
pub error_id: String,
pub error_arguments: Vec<InstallabilityErrorArgument>,
}
Fields§
§error_id: String
§error_arguments: Vec<InstallabilityErrorArgument>
Trait Implementations§
source§impl Clone for InstallabilityError
impl Clone for InstallabilityError
source§fn clone(&self) -> InstallabilityError
fn clone(&self) -> InstallabilityError
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 InstallabilityError
impl Debug for InstallabilityError
source§impl<'de> Deserialize<'de> for InstallabilityError
impl<'de> Deserialize<'de> for InstallabilityError
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