pub struct AriaRoleRelation {
pub module: Option<String>,
pub concept: Option<AriaRoleRelationConcept>,
}
Fields§
§module: Option<String>
§concept: Option<AriaRoleRelationConcept>
Trait Implementations§
Source§impl Clone for AriaRoleRelation
impl Clone for AriaRoleRelation
Source§fn clone(&self) -> AriaRoleRelation
fn clone(&self) -> AriaRoleRelation
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 moreAuto Trait Implementations§
impl Freeze for AriaRoleRelation
impl RefUnwindSafe for AriaRoleRelation
impl Send for AriaRoleRelation
impl Sync for AriaRoleRelation
impl Unpin for AriaRoleRelation
impl UnwindSafe for AriaRoleRelation
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