Struct plotly::common::ErrorData[][src]

pub struct ErrorData { /* fields omitted */ }

Implementations

impl ErrorData[src]

pub fn new(error_type: ErrorType) -> ErrorData[src]

pub fn array(self, array: Vec<f64>) -> ErrorData[src]

pub fn visible(self, visible: bool) -> ErrorData[src]

pub fn symmetric(self, symmetric: bool) -> ErrorData[src]

pub fn array_minus(self, array_minus: Vec<f64>) -> ErrorData[src]

pub fn value(self, value: f64) -> ErrorData[src]

pub fn value_minus(self, value_minus: f64) -> ErrorData[src]

pub fn trace_ref(self, trace_ref: usize) -> ErrorData[src]

pub fn trace_ref_minus(self, trace_ref_minus: usize) -> ErrorData[src]

pub fn copy_ystyle(self, copy_ystyle: bool) -> ErrorData[src]

pub fn color<C: Color>(self, color: C) -> ErrorData[src]

pub fn thickness(self, thickness: f64) -> ErrorData[src]

pub fn width(self, width: usize) -> ErrorData[src]

Trait Implementations

impl Clone for ErrorData[src]

impl Debug for ErrorData[src]

impl Default for ErrorData[src]

impl Serialize for ErrorData[src]

Auto Trait Implementations

impl RefUnwindSafe for ErrorData[src]

impl Send for ErrorData[src]

impl Sync for ErrorData[src]

impl Unpin for ErrorData[src]

impl UnwindSafe for ErrorData[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]