Struct headless_chrome::protocol::cdp::Audits::LowTextContrastIssueDetails
source · pub struct LowTextContrastIssueDetails {
pub violating_node_id: BackendNodeId,
pub violating_node_selector: String,
pub contrast_ratio: JsFloat,
pub threshold_aa: JsFloat,
pub threshold_aaa: JsFloat,
pub font_size: String,
pub font_weight: String,
}Fields§
§violating_node_id: BackendNodeId§violating_node_selector: String§contrast_ratio: JsFloat§threshold_aa: JsFloat§threshold_aaa: JsFloat§font_size: String§font_weight: StringTrait Implementations§
source§impl Clone for LowTextContrastIssueDetails
impl Clone for LowTextContrastIssueDetails
source§fn clone(&self) -> LowTextContrastIssueDetails
fn clone(&self) -> LowTextContrastIssueDetails
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 LowTextContrastIssueDetails
impl Debug for LowTextContrastIssueDetails
source§impl<'de> Deserialize<'de> for LowTextContrastIssueDetails
impl<'de> Deserialize<'de> for LowTextContrastIssueDetails
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