[−][src]Struct plotly::charts::Candlestick
Fields
x: Vec<X>open: Vec<O>high: Vec<O>low: Vec<O>close: Vec<O>type: PlotTypeline: Option<LineSegment>increasing: Directiondecreasing: DirectionMethods
impl<X, O> Candlestick<X, O> where
X: Serialize,
O: Num + Serialize, [src]
X: Serialize,
O: Num + Serialize,
pub fn new(
x: Vec<X>,
open: Vec<O>,
high: Vec<O>,
low: Vec<O>,
close: Vec<O>
) -> Box<Candlestick<X, O>>[src]
x: Vec<X>,
open: Vec<O>,
high: Vec<O>,
low: Vec<O>,
close: Vec<O>
) -> Box<Candlestick<X, O>>
Trait Implementations
impl<X: Debug, O: Debug> Debug for Candlestick<X, O> where
X: Serialize,
O: Num + Serialize, [src]
X: Serialize,
O: Num + Serialize,
impl<X, O> Serialize for Candlestick<X, O> where
X: Serialize,
O: Num + Serialize,
X: Serialize,
O: Serialize, [src]
X: Serialize,
O: Num + Serialize,
X: Serialize,
O: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<X, Y> TraceSerialize for Candlestick<X, Y> where
X: Serialize,
Y: Num + Serialize, [src]
X: Serialize,
Y: Num + Serialize,
Auto Trait Implementations
impl<X, O> RefUnwindSafe for Candlestick<X, O> where
O: RefUnwindSafe,
X: RefUnwindSafe,
O: RefUnwindSafe,
X: RefUnwindSafe,
impl<X, O> Send for Candlestick<X, O> where
O: Send,
X: Send,
O: Send,
X: Send,
impl<X, O> Sync for Candlestick<X, O> where
O: Sync,
X: Sync,
O: Sync,
X: Sync,
impl<X, O> Unpin for Candlestick<X, O> where
O: Unpin,
X: Unpin,
O: Unpin,
X: Unpin,
impl<X, O> UnwindSafe for Candlestick<X, O> where
O: UnwindSafe,
X: UnwindSafe,
O: 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,
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,