Struct plotly::contour::Contours [−][src]
Implementations
impl Contours
[src]
pub fn new() -> Contours
[src]
pub fn type_(self, t: ContoursType) -> Contours
[src]
pub fn start(self, start: f64) -> Contours
[src]
pub fn end(self, end: f64) -> Contours
[src]
pub fn size(self, size: usize) -> Contours
[src]
pub fn coloring(self, coloring: ContoursColoring) -> Contours
[src]
pub fn show_lines(self, show_lines: bool) -> Contours
[src]
pub fn show_labels(self, show_labels: bool) -> Contours
[src]
pub fn label_font(self, label_font: Font) -> Contours
[src]
pub fn label_format(self, label_format: &str) -> Contours
[src]
pub fn operation(self, operation: &str) -> Contours
[src]
pub fn value(self, value: f64) -> Contours
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Contours
[src]
impl Send for Contours
[src]
impl Sync for Contours
[src]
impl Unpin for Contours
[src]
impl UnwindSafe for Contours
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,