pub struct Tree2Plot { /* private fields */ }Expand description
A Tree2Plot struct, mainly holds the tree object. This type will implement Structure2PlotBuilder, Structure2PlotPlotter, WalkTree and WalkActions, with an ultimate goal of saving a plot of the tree to file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tree2Plot
impl RefUnwindSafe for Tree2Plot
impl Send for Tree2Plot
impl Sync for Tree2Plot
impl Unpin for Tree2Plot
impl UnwindSafe for Tree2Plot
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