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