pub struct ScatterPlotBuilder;Expand description
Builder for ScatterPlot
Implementations§
Source§impl ScatterPlotBuilder
impl ScatterPlotBuilder
pub fn new() -> Self
pub fn build(self) -> ScatterPlot
Auto Trait Implementations§
impl Freeze for ScatterPlotBuilder
impl RefUnwindSafe for ScatterPlotBuilder
impl Send for ScatterPlotBuilder
impl Sync for ScatterPlotBuilder
impl Unpin for ScatterPlotBuilder
impl UnsafeUnpin for ScatterPlotBuilder
impl UnwindSafe for ScatterPlotBuilder
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