Enum criterion_plot::key::Vertical
source · [−]pub enum Vertical {
Bottom,
Center,
Top,
}
Expand description
Vertical position of the key
Variants
Bottom
Bottom border of the figure
Center
Center of the figure
Top
Top border of the figure
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vertical
impl Send for Vertical
impl Sync for Vertical
impl Unpin for Vertical
impl UnwindSafe for Vertical
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