pub struct BoxPlotChartTool<'a> { /* private fields */ }
Implementations§
Source§impl<'a> BoxPlotChartTool<'a>
impl<'a> BoxPlotChartTool<'a>
pub fn new(log: &'a dyn BoxPlotChartLog) -> BoxPlotChartTool<'_>
pub fn run( &mut self, args: impl IntoIterator<Item = OsString>, ) -> Result<(), Box<dyn Error>>
Auto Trait Implementations§
impl<'a> Freeze for BoxPlotChartTool<'a>
impl<'a> !RefUnwindSafe for BoxPlotChartTool<'a>
impl<'a> !Send for BoxPlotChartTool<'a>
impl<'a> !Sync for BoxPlotChartTool<'a>
impl<'a> Unpin for BoxPlotChartTool<'a>
impl<'a> !UnwindSafe for BoxPlotChartTool<'a>
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