pub struct DebugTree {
pub output: String,
/* private fields */
}Fields§
§output: StringImplementations§
Trait Implementations§
Source§impl<'a> NodeVisitor<WidgetContainer<'a>> for DebugTree
impl<'a> NodeVisitor<WidgetContainer<'a>> for DebugTree
Auto Trait Implementations§
impl Freeze for DebugTree
impl RefUnwindSafe for DebugTree
impl Send for DebugTree
impl Sync for DebugTree
impl Unpin for DebugTree
impl UnwindSafe for DebugTree
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