pub enum AriaRoleRelationConceptConstraint {
Show 15 variants
ScopedToTheBodyElement,
ScopedToTheMainElement,
ScopedToASectioningRootElementOtherThanBody,
ScopedToASectioningContentElement,
DirectDescendantOfDocument,
DirectDescendantOfOl,
DirectDescendantOfUl,
DirectDescendantOfMenu,
DirectDescendantOfDetailsElementWithTheOpenAttributeDefined,
AncestorTableElementHasTableRole,
AncestorTableElementHasGridRole,
AncestorTableElementHasTreegridRole,
TheSizeAttributeValueIsGreaterThanOne,
TheMultipleAttributeIsNotSetAndTheSizeAttributeDoesNotHaveAValueGreaterThanOne,
TheListAttributeIsNotSet,
}
Variants§
ScopedToTheBodyElement
ScopedToTheMainElement
ScopedToASectioningRootElementOtherThanBody
ScopedToASectioningContentElement
DirectDescendantOfDocument
DirectDescendantOfOl
DirectDescendantOfUl
DirectDescendantOfMenu
DirectDescendantOfDetailsElementWithTheOpenAttributeDefined
AncestorTableElementHasTableRole
AncestorTableElementHasGridRole
AncestorTableElementHasTreegridRole
TheSizeAttributeValueIsGreaterThanOne
TheMultipleAttributeIsNotSetAndTheSizeAttributeDoesNotHaveAValueGreaterThanOne
TheListAttributeIsNotSet
Trait Implementations§
source§impl Clone for AriaRoleRelationConceptConstraint
impl Clone for AriaRoleRelationConceptConstraint
source§fn clone(&self) -> AriaRoleRelationConceptConstraint
fn clone(&self) -> AriaRoleRelationConceptConstraint
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 PartialEq for AriaRoleRelationConceptConstraint
impl PartialEq for AriaRoleRelationConceptConstraint
source§fn eq(&self, other: &AriaRoleRelationConceptConstraint) -> bool
fn eq(&self, other: &AriaRoleRelationConceptConstraint) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AriaRoleRelationConceptConstraint
impl Eq for AriaRoleRelationConceptConstraint
impl StructuralPartialEq for AriaRoleRelationConceptConstraint
Auto Trait Implementations§
impl Freeze for AriaRoleRelationConceptConstraint
impl RefUnwindSafe for AriaRoleRelationConceptConstraint
impl Send for AriaRoleRelationConceptConstraint
impl Sync for AriaRoleRelationConceptConstraint
impl Unpin for AriaRoleRelationConceptConstraint
impl UnwindSafe for AriaRoleRelationConceptConstraint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)