[][src]Struct plotly_types::traces::mesh3d::Contour

pub struct Contour<'a> { /* fields omitted */ }

Implementations

impl<'a> Contour<'a>[src]

pub fn show(&mut self, show: bool) -> &mut Self[src]

Sets whether or not dynamic contours are shown on hover

default: false

pub fn color(&mut self, color: &'a str) -> &mut Self[src]

Sets the color of the contour lines.

default: #444

pub fn width(&mut self, width: f64) -> &mut Self[src]

Sets the width of the contour lines.

default: 2

Trait Implementations

impl<'a> Default for Contour<'a>[src]

impl<'a> Serialize for Contour<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Contour<'a>

impl<'a> Send for Contour<'a>

impl<'a> Sync for Contour<'a>

impl<'a> Unpin for Contour<'a>

impl<'a> UnwindSafe for Contour<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.