Struct criterion_plot::errorbar::Properties
source · [−]pub struct Properties { /* private fields */ }
Expand description
Properties common to error bar 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
Changes the color of the error bars
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
Change 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
sourceimpl Set<PointSize> for Properties
impl Set<PointSize> for Properties
sourcefn set(&mut self, ps: PointSize) -> &mut Properties
fn set(&mut self, ps: PointSize) -> &mut Properties
sourceimpl Set<PointType> for Properties
impl Set<PointType> for Properties
sourcefn set(&mut self, pt: PointType) -> &mut Properties
fn set(&mut self, pt: PointType) -> &mut Properties
Changes the point type
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