Enum criterion_plot::key::Horizontal
source · [−]pub enum Horizontal {
Center,
Left,
Right,
}
Expand description
Horizontal position of the key
Variants
Center
Center of the figure
Left
Left border of the figure
Right
Right border of the figure
Trait Implementations
sourceimpl Clone for Horizontal
impl Clone for Horizontal
sourcefn clone(&self) -> Horizontal
fn clone(&self) -> Horizontal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Horizontal
Auto Trait Implementations
impl RefUnwindSafe for Horizontal
impl Send for Horizontal
impl Sync for Horizontal
impl Unpin for Horizontal
impl UnwindSafe for Horizontal
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