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