Enum criterion_plot::errorbar::ErrorBar  [−][src]
Asymmetric error bar plots
Variants
Horizontal error bars
Fields of XErrorBars
Horizontal error bars, where each point is joined by a line
Fields of XErrorLines
Vertical error bars
Fields of YErrorBars
Vertical error bars, where each point is joined by a line
Fields of YErrorLines
Trait Implementations
impl<X, Y, L, H> Plot<ErrorBar<X, Y, L, H>> for Figure where
    H: IntoIterator,
    H::Item: Data,
    L: IntoIterator,
    L::Item: Data,
    X: IntoIterator,
    X::Item: Data,
    Y: IntoIterator,
    Y::Item: Data, [src]
H: IntoIterator,
H::Item: Data,
L: IntoIterator,
L::Item: Data,
X: IntoIterator,
X::Item: Data,
Y: IntoIterator,
Y::Item: Data,
type Properties = Properties
The properties associated to the plot
fn plot<F>(&mut self, e: ErrorBar<X, Y, L, H>, configure: F) -> &mut Figure where
    F: FnOnce(&mut Properties) -> &mut Properties, [src]
F: FnOnce(&mut Properties) -> &mut Properties,
Auto Trait Implementations
impl<X, Y, L, H> RefUnwindSafe for ErrorBar<X, Y, L, H> where
    H: RefUnwindSafe,
    L: RefUnwindSafe,
    X: RefUnwindSafe,
    Y: RefUnwindSafe, 
H: RefUnwindSafe,
L: RefUnwindSafe,
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y, L, H> Send for ErrorBar<X, Y, L, H> where
    H: Send,
    L: Send,
    X: Send,
    Y: Send, 
H: Send,
L: Send,
X: Send,
Y: Send,
impl<X, Y, L, H> Sync for ErrorBar<X, Y, L, H> where
    H: Sync,
    L: Sync,
    X: Sync,
    Y: Sync, 
H: Sync,
L: Sync,
X: Sync,
Y: Sync,
impl<X, Y, L, H> Unpin for ErrorBar<X, Y, L, H> where
    H: Unpin,
    L: Unpin,
    X: Unpin,
    Y: Unpin, 
H: Unpin,
L: Unpin,
X: Unpin,
Y: Unpin,
impl<X, Y, L, H> UnwindSafe for ErrorBar<X, Y, L, H> where
    H: UnwindSafe,
    L: UnwindSafe,
    X: UnwindSafe,
    Y: UnwindSafe, 
H: UnwindSafe,
L: UnwindSafe,
X: UnwindSafe,
Y: UnwindSafe,
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>,