Struct criterion_plot::candlestick::Candlesticks [−][src]
A candlestick consists of a box and two whiskers that extend beyond the box
Fields
x: X
X coordinate of the candlestick
whisker_min: WM
Y coordinate of the end point of the bottom whisker
box_min: BM
Y coordinate of the bottom of the box
box_high: BH
Y coordinate of the top of the box
whisker_high: WH
Y coordinate of the end point of the top whisker
Trait Implementations
impl<X, WM, BM, BH, WH> Plot<Candlesticks<X, WM, BM, BH, WH>> for Figure where
BH: IntoIterator,
BH::Item: Data,
BM: IntoIterator,
BM::Item: Data,
WH: IntoIterator,
WH::Item: Data,
WM: IntoIterator,
WM::Item: Data,
X: IntoIterator,
X::Item: Data,
[src]
BH: IntoIterator,
BH::Item: Data,
BM: IntoIterator,
BM::Item: Data,
WH: IntoIterator,
WH::Item: Data,
WM: IntoIterator,
WM::Item: Data,
X: IntoIterator,
X::Item: Data,
type Properties = Properties
The properties associated to the plot
fn plot<F>(
&mut self,
candlesticks: Candlesticks<X, WM, BM, BH, WH>,
configure: F
) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties,
[src]
&mut self,
candlesticks: Candlesticks<X, WM, BM, BH, WH>,
configure: F
) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties,
Auto Trait Implementations
impl<X, WM, BM, BH, WH> RefUnwindSafe for Candlesticks<X, WM, BM, BH, WH> where
BH: RefUnwindSafe,
BM: RefUnwindSafe,
WH: RefUnwindSafe,
WM: RefUnwindSafe,
X: RefUnwindSafe,
BH: RefUnwindSafe,
BM: RefUnwindSafe,
WH: RefUnwindSafe,
WM: RefUnwindSafe,
X: RefUnwindSafe,
impl<X, WM, BM, BH, WH> Send for Candlesticks<X, WM, BM, BH, WH> where
BH: Send,
BM: Send,
WH: Send,
WM: Send,
X: Send,
BH: Send,
BM: Send,
WH: Send,
WM: Send,
X: Send,
impl<X, WM, BM, BH, WH> Sync for Candlesticks<X, WM, BM, BH, WH> where
BH: Sync,
BM: Sync,
WH: Sync,
WM: Sync,
X: Sync,
BH: Sync,
BM: Sync,
WH: Sync,
WM: Sync,
X: Sync,
impl<X, WM, BM, BH, WH> Unpin for Candlesticks<X, WM, BM, BH, WH> where
BH: Unpin,
BM: Unpin,
WH: Unpin,
WM: Unpin,
X: Unpin,
BH: Unpin,
BM: Unpin,
WH: Unpin,
WM: Unpin,
X: Unpin,
impl<X, WM, BM, BH, WH> UnwindSafe for Candlesticks<X, WM, BM, BH, WH> where
BH: UnwindSafe,
BM: UnwindSafe,
WH: UnwindSafe,
WM: UnwindSafe,
X: UnwindSafe,
BH: UnwindSafe,
BM: UnwindSafe,
WH: UnwindSafe,
WM: UnwindSafe,
X: 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>,