Struct aria_query::AriaRoleDefinition
source · pub struct AriaRoleDefinition {Show 13 fields
pub abstract: bool,
pub accessible_name_required: bool,
pub base_concepts: Vec<AriaRoleRelation>,
pub children_presentational: bool,
pub name_from: Vec<AriaNameFromSource>,
pub prohibited_props: Vec<AriaProperty>,
pub props: AriaPropertyMap,
pub related_concepts: Vec<AriaRoleRelation>,
pub require_context_role: Vec<AriaRole>,
pub required_context_role: Vec<AriaRole>,
pub required_owned_elements: Vec<Vec<String>>,
pub required_props: AriaPropertyMap,
pub super_class: Vec<Vec<AriaRoleDefinitionSuperClass>>,
}
Fields§
§abstract: bool
§accessible_name_required: bool
§base_concepts: Vec<AriaRoleRelation>
§children_presentational: bool
§name_from: Vec<AriaNameFromSource>
§prohibited_props: Vec<AriaProperty>
§props: AriaPropertyMap
§require_context_role: Vec<AriaRole>
§required_context_role: Vec<AriaRole>
§required_owned_elements: Vec<Vec<String>>
§required_props: AriaPropertyMap
§super_class: Vec<Vec<AriaRoleDefinitionSuperClass>>
Trait Implementations§
source§impl Clone for AriaRoleDefinition
impl Clone for AriaRoleDefinition
source§fn clone(&self) -> AriaRoleDefinition
fn clone(&self) -> AriaRoleDefinition
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 moreAuto Trait Implementations§
impl Freeze for AriaRoleDefinition
impl RefUnwindSafe for AriaRoleDefinition
impl Send for AriaRoleDefinition
impl Sync for AriaRoleDefinition
impl Unpin for AriaRoleDefinition
impl UnwindSafe for AriaRoleDefinition
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
)