Struct viewbuilder::tree::Tree
source · pub struct Tree { /* private fields */ }
Expand description
Tree of user interface nodes.
Implementations§
source§impl Tree
impl Tree
pub fn iter(&self, root: NodeKey) -> Iter<'_> ⓘ
pub fn iter_mut(&mut self, root: NodeKey) -> IterMut<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Tree
impl !Send for Tree
impl !Sync for Tree
impl Unpin 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