Struct criterion_plot::candlestick::Properties
source · [−]pub struct Properties { /* private fields */ }
Expand description
Properties common to candlestick plots
Trait Implementations
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
sourceimpl Set<Label> for Properties
impl Set<Label> for Properties
sourcefn set(&mut self, label: Label) -> &mut Properties
fn set(&mut self, label: Label) -> &mut Properties
Sets the legend label
sourceimpl Set<LineType> for Properties
impl Set<LineType> for Properties
sourcefn set(&mut self, lt: LineType) -> &mut Properties
fn set(&mut self, lt: LineType) -> &mut Properties
Changes the line type
Note By default Solid
lines are used
sourceimpl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
sourcefn set(&mut self, lw: LineWidth) -> &mut Properties
fn set(&mut self, lw: LineWidth) -> &mut Properties
Auto Trait Implementations
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more