pub struct LowTextContrastIssueDetails { /* private fields */ }Available on crate features
experimental and Audits and Network only.Implementations§
Source§impl LowTextContrastIssueDetails
impl LowTextContrastIssueDetails
pub fn builder() -> LowTextContrastIssueDetailsBuilder
pub fn violating_node_id(&self) -> &BackendNodeId
pub fn violating_node_selector(&self) -> &str
pub fn contrast_ratio(&self) -> f64
pub fn threshold_aa(&self) -> f64
pub fn threshold_aaa(&self) -> f64
pub fn font_size(&self) -> &str
pub fn font_weight(&self) -> &str
Trait Implementations§
Source§impl Clone for LowTextContrastIssueDetails
impl Clone for LowTextContrastIssueDetails
Source§fn clone(&self) -> LowTextContrastIssueDetails
fn clone(&self) -> LowTextContrastIssueDetails
Returns a duplicate 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
Auto Trait Implementations§
impl Freeze for LowTextContrastIssueDetails
impl RefUnwindSafe for LowTextContrastIssueDetails
impl Send for LowTextContrastIssueDetails
impl Sync for LowTextContrastIssueDetails
impl Unpin for LowTextContrastIssueDetails
impl UnwindSafe for LowTextContrastIssueDetails
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