pub struct Dary<const D: usize, T> { /* private fields */ }
Expand description
A dynamic tree where each of the nodes might have any number of child nodes.
Trait Implementationsยง
Sourceยงimpl<const D: usize, T> TreeVariant for Dary<D, T>
impl<const D: usize, T> TreeVariant for Dary<D, T>
Auto Trait Implementationsยง
impl<const D: usize, T> Freeze for Dary<D, T>
impl<const D: usize, T> RefUnwindSafe for Dary<D, T>where
T: RefUnwindSafe,
impl<const D: usize, T> Send for Dary<D, T>where
T: Send,
impl<const D: usize, T> Sync for Dary<D, T>where
T: Sync,
impl<const D: usize, T> Unpin for Dary<D, T>where
T: Unpin,
impl<const D: usize, T> UnwindSafe for Dary<D, T>where
T: UnwindSafe,
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