pub struct CheckContrast { /* private fields */ }Expand description
Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.
Implementations§
Source§impl CheckContrast
impl CheckContrast
Trait Implementations§
Source§impl Clone for CheckContrast
impl Clone for CheckContrast
Source§fn clone(&self) -> CheckContrast
fn clone(&self) -> CheckContrast
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 Command for CheckContrast
impl Command for CheckContrast
Source§impl Debug for CheckContrast
impl Debug for CheckContrast
Auto Trait Implementations§
impl Freeze for CheckContrast
impl RefUnwindSafe for CheckContrast
impl Send for CheckContrast
impl Sync for CheckContrast
impl Unpin for CheckContrast
impl UnwindSafe for CheckContrast
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