pub struct WcagNonTextContentAltDescriptive;Expand description
Text alternative adequately describes the purpose or content of the non-text element.
Source: WCAG 2.2 SC 1.1.1 — Non-text Content (Level A).
Trait Implementations§
Source§impl Prop for WcagNonTextContentAltDescriptive
impl Prop for WcagNonTextContentAltDescriptive
Source§fn kani_proof() -> TokenStream
fn kani_proof() -> TokenStream
Generate a Kani proof harness for this proposition. Read more
Source§fn verus_proof() -> TokenStream
fn verus_proof() -> TokenStream
Generate a Verus proof for this proposition. Read more
Source§fn creusot_proof() -> TokenStream
fn creusot_proof() -> TokenStream
Generate a Creusot contract proof for this proposition. Read more
Source§fn creusot_invariant_fn_name() -> &'static str
fn creusot_invariant_fn_name() -> &'static str
The name of the Creusot pearlite
#[logic] function that expresses this
proposition as a predicate over the machine state. Read moreSource§fn kani_invariant_fn_name() -> &'static str
fn kani_invariant_fn_name() -> &'static str
The name of a
#[cfg(kani)] boolean predicate function that expresses
this proposition as a Kani-evaluable invariant check. Read moreSource§fn verus_invariant_fn_name() -> &'static str
fn verus_invariant_fn_name() -> &'static str
The name of a Verus
pub open spec fn that expresses this proposition
as a Verus-verifiable predicate over the machine state. Read moreAuto Trait Implementations§
impl Freeze for WcagNonTextContentAltDescriptive
impl RefUnwindSafe for WcagNonTextContentAltDescriptive
impl Send for WcagNonTextContentAltDescriptive
impl Sync for WcagNonTextContentAltDescriptive
impl Unpin for WcagNonTextContentAltDescriptive
impl UnsafeUnpin for WcagNonTextContentAltDescriptive
impl UnwindSafe for WcagNonTextContentAltDescriptive
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