Enum criterion_plot::key::Justification [−][src]
pub enum Justification { Left, Right, }
Text justification of the key
Variants
Left
Right
Trait Implementations
impl Set<Justification> for Properties
[src]
impl Set<Justification> for Properties
fn set(&mut self, justification: Justification) -> &mut Properties
[src]
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 Clone for Justification
[src]
impl Clone for Justification
fn clone(&self) -> Justification
[src]
fn clone(&self) -> Justification
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Justification
[src]
impl Copy for Justification
Auto Trait Implementations
impl Send for Justification
impl Send for Justification
impl Sync for Justification
impl Sync for Justification