Enum criterion_plot::key::Justification
source · [−]pub enum Justification {
Left,
Right,
}
Expand description
Text justification of the key
Variants
Left
Right
Trait Implementations
sourceimpl Clone for Justification
impl Clone for Justification
sourcefn clone(&self) -> Justification
fn clone(&self) -> Justification
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
sourceimpl Set<Justification> for Properties
impl Set<Justification> for Properties
sourcefn set(&mut self, justification: Justification) -> &mut Properties
fn set(&mut self, justification: Justification) -> &mut Properties
Changes the justification of the text of each entry
Note The text is RightJustified
by default
impl Copy for Justification
Auto Trait Implementations
impl RefUnwindSafe for Justification
impl Send for Justification
impl Sync for Justification
impl Unpin for Justification
impl UnwindSafe for Justification
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