Enum criterion_plot::Axis [−][src]
pub enum Axis {
BottomX,
LeftY,
RightY,
TopX,
}Expand description
A coordinate axis
Variants
X axis on the bottom side of the figure
Y axis on the left side of the figure
Y axis on the right side of the figure
X axis on the top side of the figure
Trait Implementations
fn configure<F>(&mut self, axis: Axis, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties,
fn configure<F>(&mut self, axis: Axis, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, Configures an axis
type Properties = Properties
type Properties = PropertiesThe properties of what’s being configured
Auto Trait Implementations
impl RefUnwindSafe for Axisimpl UnwindSafe for AxisBlanket Implementations
Mutably borrows from an owned value. Read more