pub struct SemanticRelationships {
pub labelled_by: Vec<UiId>,
pub described_by: Vec<UiId>,
pub controls: Vec<UiId>,
pub owns: Vec<UiId>,
}Fields§
§labelled_by: Vec<UiId>§described_by: Vec<UiId>§controls: Vec<UiId>§owns: Vec<UiId>Trait Implementations§
Source§impl Clone for SemanticRelationships
impl Clone for SemanticRelationships
Source§fn clone(&self) -> SemanticRelationships
fn clone(&self) -> SemanticRelationships
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemanticRelationships
impl Debug for SemanticRelationships
Source§impl Default for SemanticRelationships
impl Default for SemanticRelationships
Source§fn default() -> SemanticRelationships
fn default() -> SemanticRelationships
Returns the “default value” for a type. Read more
impl Eq for SemanticRelationships
Source§impl PartialEq for SemanticRelationships
impl PartialEq for SemanticRelationships
impl StructuralPartialEq for SemanticRelationships
Auto Trait Implementations§
impl Freeze for SemanticRelationships
impl RefUnwindSafe for SemanticRelationships
impl Send for SemanticRelationships
impl Sync for SemanticRelationships
impl Unpin for SemanticRelationships
impl UnsafeUnpin for SemanticRelationships
impl UnwindSafe for SemanticRelationships
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