pub struct Tree<T> { /* private fields */ }
Expand description
Slotmap-backed ID-tree.
Always contains at least a root node.
Implementations§
Trait Implementations§
Source§impl<T> IntoIterator for Tree<T>
impl<T> IntoIterator for Tree<T>
Auto Trait Implementations§
impl<T> !Freeze for Tree<T>
impl<T> !RefUnwindSafe for Tree<T>
impl<T> !Send for Tree<T>
impl<T> !Sync for Tree<T>
impl<T> Unpin for Tree<T>
impl<T> !UnwindSafe for Tree<T>
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