[−][src]Enum criterion_plot::curve::Curve
Types of "curve" plots
Variants
Dots
A minimally sized dot on each data point
Fields of Dots
Impulses
A vertical "impulse" on each data point
Fields of Impulses
Lines
Line that joins the data points
Fields of Lines
LinesPoints
Line with a point on each data point
Fields of LinesPoints
Points
A point on each data point
Fields of Points
Steps
An step _|
between each data point
Fields of Steps
Trait Implementations
impl<X, Y> Plot<Curve<X, Y>> for Figure where
X: IntoIterator,
X::Item: Data,
Y: IntoIterator,
Y::Item: Data,
[src]
X: IntoIterator,
X::Item: Data,
Y: IntoIterator,
Y::Item: Data,
type Properties = Properties
The properties associated to the plot
fn plot<F>(&mut self, curve: Curve<X, Y>, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties,
[src]
F: FnOnce(&mut Properties) -> &mut Properties,
Auto Trait Implementations
impl<X, Y> Send for Curve<X, Y> where
X: Send,
Y: Send,
X: Send,
Y: Send,
impl<X, Y> Sync for Curve<X, Y> where
X: Sync,
Y: Sync,
X: Sync,
Y: Sync,
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,