Enum criterion_plot::key::Justification
[−]
[src]
pub enum Justification {
Left,
Right,
}Text justification of the key
Variants
LeftRight
Trait Implementations
impl Set<Justification> for Properties[src]
fn set(&mut self, justification: Justification) -> &mut Properties[src]
Changes the justification of the text of each entry
Note The text is RightJustified by default
impl Clone for Justification[src]
fn clone(&self) -> Justification[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more