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