pub struct BoxTreeBuilder {
pub tree: BoxTree,
}Expand description
Helper to build a box tree from a simple description.
Fields§
§tree: BoxTreeImplementations§
Source§impl BoxTreeBuilder
impl BoxTreeBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxTreeBuilder
impl RefUnwindSafe for BoxTreeBuilder
impl Send for BoxTreeBuilder
impl Sync for BoxTreeBuilder
impl Unpin for BoxTreeBuilder
impl UnwindSafe for BoxTreeBuilder
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