pub struct Plot3DBuilder { /* private fields */ }Expand description
Plot builder for configuring the 3D plot
Implementations§
Source§impl Plot3DBuilder
impl Plot3DBuilder
Auto Trait Implementations§
impl Freeze for Plot3DBuilder
impl RefUnwindSafe for Plot3DBuilder
impl Send for Plot3DBuilder
impl Sync for Plot3DBuilder
impl Unpin for Plot3DBuilder
impl UnwindSafe for Plot3DBuilder
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