Struct criterion_plot::axis::Properties [−][src]
Properties of the coordinate axes
Implementations
impl Properties
[src][−]
pub fn hide(&mut self) -> &mut Properties
[src][−]
Hides the axis
Note The TopX
and RightY
axes are hidden by default
pub fn show(&mut self) -> &mut Properties
[src][−]
Makes the axis visible
Note The BottomX
and LeftY
axes are visible by default
Trait Implementations
impl Clone for Properties
[src][+]
impl Configure<Grid> for Properties
[src][+]
impl Set<Label> for Properties
[src][+]
impl Set<Range> for Properties
[src][+]
impl Set<Scale> for Properties
[src][+]
impl Set<ScaleFactor> for Properties
[src][+]
impl<P, L> Set<TicLabels<P, L>> for Properties where
L: IntoIterator,
L::Item: AsRef<str>,
P: IntoIterator,
P::Item: Data,
[src][+]
L: IntoIterator,
L::Item: AsRef<str>,
P: IntoIterator,
P::Item: Data,
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
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,