pub struct Contours { /* private fields */ }
Implementations§
Source§impl Contours
impl Contours
pub fn new() -> Contours
pub fn type_(self, t: ContoursType) -> Contours
pub fn start(self, start: f64) -> Contours
pub fn end(self, end: f64) -> Contours
pub fn size(self, size: usize) -> Contours
pub fn coloring(self, coloring: ContoursColoring) -> Contours
pub fn show_lines(self, show_lines: bool) -> Contours
pub fn show_labels(self, show_labels: bool) -> Contours
pub fn label_font(self, label_font: Font) -> Contours
pub fn label_format(self, label_format: &str) -> Contours
pub fn operation(self, operation: &str) -> Contours
pub fn value(self, value: f64) -> Contours
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Contours
impl RefUnwindSafe for Contours
impl Send for Contours
impl Sync for Contours
impl Unpin for Contours
impl UnwindSafe for Contours
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