Enum criterion_plot::Axis
source · [−]pub enum Axis {
BottomX,
LeftY,
RightY,
TopX,
}
Expand description
A coordinate axis
Variants
BottomX
X axis on the bottom side of the figure
LeftY
Y axis on the left side of the figure
RightY
Y axis on the right side of the figure
TopX
X axis on the top side of the figure
Trait Implementations
sourceimpl Configure<Axis> for Figure
impl Configure<Axis> for Figure
sourcefn 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 = Properties
The properties of what’s being configured
impl Copy for Axis
Auto Trait Implementations
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnwindSafe for Axis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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