pub struct Tree {
pub roots: Vec<Node>,
}Expand description
A full a11y tree as exchanged on the wire.
Fields§
§roots: Vec<Node>Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Tree
impl<'a> IntoIterator for &'a Tree
impl Eq for Tree
impl StructuralPartialEq for Tree
Auto Trait Implementations§
impl Freeze for Tree
impl RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl UnsafeUnpin for Tree
impl UnwindSafe for Tree
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