pub struct Contours { /* private fields */ }
Implementations§
Source§impl Contours
impl Contours
pub fn start(self, value: f64) -> Self
pub fn end(self, value: f64) -> Self
pub fn size(self, value: usize) -> Self
pub fn coloring(self, value: Coloring) -> Self
pub fn show_lines(self, value: bool) -> Self
pub fn show_labels(self, value: bool) -> Self
pub fn label_font(self, value: Font) -> Self
pub fn label_format(self, value: impl AsRef<str>) -> Self
pub fn operation(self, value: Operation) -> Self
pub fn value(self, value: f64) -> Self
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